#08040B

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

Shades of Blackcurrant #08040B

Tints of Blackcurrant #08040B

Color information

#08040B (or 0x08040B) is unknown color: approx Blackcurrant. HEX triplet: 08, 04 and 0B. RGB value is (8,4,11). Sum of RGB (Red+Green+Blue) = 8+4+11=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #08040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08040B is #F7FBF4. Grayscale: #050505. Windows color (decimal): -16251893 or 721928. OLE color: 721928.

HSL color Cylindrical-coordinate representation of color #08040B: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #08040B is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB8411-
CMYK0.270.6400.96
HSL274.29º46.67%2.94%-
HSV(B)274.29º63.64%4.31%-
XYZ0.20.160.34-
YUV5.99130.83129.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 34.78%
GREEN value IS 4 (1.95% from 255) = 17.39%
BLUE value IS 11 (4.69% from 255) = 47.83%
R=34.78%
G=17.39%
B=47.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal84110.270.6400.96274.2946.672.94
Hex84B1B400601122f3
Octal10413331000140422573
Binary100010010111101110000000110000010001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08040B; }

 p { color: rgb(8,4,11); }

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

<style>
 a { background-color: #08040B; }

 a { background-color: rgb(8,4,11); }

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

<style>
 span { border-color: #08040B; }

 span { border-color: rgb(8,4,11); }

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