#2B014B

Color #2B014B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2B014B

Tints of Blackcurrant #2B014B

Color information

#2B014B (or 0x2B014B) is unknown color: approx Blackcurrant. HEX triplet: 2B, 01 and 4B. RGB value is (43,1,75). Sum of RGB (Red+Green+Blue) = 43+1+75=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B014B is #D4FEB4. Grayscale: #151515. Windows color (decimal): -13958837 or 4915499. OLE color: 4915499.

HSL color Cylindrical-coordinate representation of color #2B014B: hue angle of 274.05º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B014B is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB43175-
CMYK0.430.9900.71
HSL274.05º97.37%14.9%-
HSV(B)274.05º98.67%29.41%-
XYZ2.281.046.74-
YUV21.99157.91142.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 36.13%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=36.13%
G=0.84%
B=63.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal431750.430.9900.71274.0597.3714.9
Hex2B14B2B6304711261f
Octal53111353143010742214117
Binary1010111100101110101111000110100011110001001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B014B; }

 p { color: rgb(43,1,75); }

 H1.HeaderClassName
 {
   color: #2B014B;
 }
 .AnyTagClassName
 {
   color: #2B014B;
 }
</style>
background-color css

<style>
 a { background-color: #2B014B; }

 a { background-color: rgb(43,1,75); }

 div.DivClassName
 {
   background-color: #2B014B;
 }
 .BgClassName
 {
   background-color: #2B014B;
 }
</style>
border-color css

<style>
 span { border-color: #2B014B; }

 span { border-color: rgb(43,1,75); }

 td.TdClassName
 {
   border-color: #2B014B;
 }
 .TagClassName
 {
   border-color: #2B014B;
 }
</style>