#080C17

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

Shades of Black Russian #080C17

Tints of Black Russian #080C17

Color information

#080C17 (or 0x080C17) is unknown color: approx Black Russian. HEX triplet: 08, 0C and 17. RGB value is (8,12,23). Sum of RGB (Red+Green+Blue) = 8+12+23=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #080C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C17 is #F7F3E8. Grayscale: #0C0C0C. Windows color (decimal): -16249833 or 1510408. OLE color: 1510408.

HSL color Cylindrical-coordinate representation of color #080C17: hue angle of 224º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #080C17 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB81223-
CMYK0.650.4800.91
HSL224º48.39%6.08%-
HSV(B)224º65.22%9.02%-
XYZ0.390.380.86-
YUV12.06134.17125.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.60%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=18.60%
G=27.91%
B=53.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal812230.650.4800.9122448.396.08
Hex8C17413005Be0306
Octal101427101600133340606
Binary100011001011110000011100000101101111100000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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