#08012C

Color #08012C Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #08012C

Tints of Black Russian #08012C

Color information

#08012C (or 0x08012C) is unknown color: approx Black Russian. HEX triplet: 08, 01 and 2C. RGB value is (8,1,44). Sum of RGB (Red+Green+Blue) = 8+1+44=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 44 (17.58% from 255 or 83.02% from 53); Max value from RGB is 44 - color contains mainly: blue. Hex color #08012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08012C is #F7FED3. Grayscale: #070707. Windows color (decimal): -16252628 or 2883848. OLE color: 2883848.

HSL color Cylindrical-coordinate representation of color #08012C: hue angle of 249.77º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08012C is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB8144-
CMYK0.820.9800.83
HSL249.77º95.56%8.82%-
HSV(B)249.77º97.73%17.25%-
XYZ0.570.262.4-
YUV8148.32128-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 44 (17.58% from 255) = 83.02%
R=15.09%
G=1.89%
B=83.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal81440.820.9800.83249.7795.568.82
Hex812C5262053fa609
Octal10154122142012337214011
Binary1000110110010100101100010010100111111101011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08012C; }

 p { color: rgb(8,1,44); }

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

<style>
 a { background-color: #08012C; }

 a { background-color: rgb(8,1,44); }

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

<style>
 span { border-color: #08012C; }

 span { border-color: rgb(8,1,44); }

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