#2B004F

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

Shades of Blackcurrant #2B004F

Tints of Blackcurrant #2B004F

Color information

#2B004F (or 0x2B004F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 00 and 4F. RGB value is (43,0,79). Sum of RGB (Red+Green+Blue) = 43+0+79=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B004F is #D4FFB0. Grayscale: #151515. Windows color (decimal): -13959089 or 5177387. OLE color: 5177387.

HSL color Cylindrical-coordinate representation of color #2B004F: hue angle of 272.66º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B004F is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB43079-
CMYK0.46100.69
HSL272.66º100%15.49%-
HSV(B)272.66º100%30.98%-
XYZ2.411.087.48-
YUV21.86160.25143.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 64.75%
R=35.25%
G=0%
B=64.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal430790.46100.69272.6610015.49
Hex2B04F2E6404511164f
Octal53011756144010542114417
Binary1010110100111110111011001000100010110001000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,0,79); }

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

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

 a { background-color: rgb(43,0,79); }

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

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

 span { border-color: rgb(43,0,79); }

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