#080C14

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

Shades of Black Russian #080C14

Tints of Black Russian #080C14

Color information

#080C14 (or 0x080C14) is unknown color: approx Black Russian. HEX triplet: 08, 0C and 14. RGB value is (8,12,20). Sum of RGB (Red+Green+Blue) = 8+12+20=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #080C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C14 is #F7F3EB. Grayscale: #0B0B0B. Windows color (decimal): -16249836 or 1313800. OLE color: 1313800.

HSL color Cylindrical-coordinate representation of color #080C14: hue angle of 220º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #080C14 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB81220-
CMYK0.600.4000.92
HSL220º42.86%5.49%-
HSV(B)220º60%7.84%-
XYZ0.360.370.71-
YUV11.72132.67125.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 20 (8.20% from 255) = 50%
R=20%
G=30%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal812200.600.4000.9222042.865.49
Hex8C143C2805Cdc2b5
Octal10142474500134334535
Binary10001100101001111001010000101110011011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080C14; }

 p { color: rgb(8,12,20); }

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

<style>
 a { background-color: #080C14; }

 a { background-color: rgb(8,12,20); }

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

<style>
 span { border-color: #080C14; }

 span { border-color: rgb(8,12,20); }

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