#080C15

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

Shades of Black Russian #080C15

Tints of Black Russian #080C15

Color information

#080C15 (or 0x080C15) is unknown color: approx Black Russian. HEX triplet: 08, 0C and 15. RGB value is (8,12,21). Sum of RGB (Red+Green+Blue) = 8+12+21=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #080C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C15 is #F7F3EA. Grayscale: #0B0B0B. Windows color (decimal): -16249835 or 1379336. OLE color: 1379336.

HSL color Cylindrical-coordinate representation of color #080C15: hue angle of 221.54º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080C15 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB81221-
CMYK0.620.4300.92
HSL221.54º44.83%5.69%-
HSV(B)221.54º61.9%8.24%-
XYZ0.370.370.76-
YUV11.83133.17125.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 21 (8.59% from 255) = 51.22%
R=19.51%
G=29.27%
B=51.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal812210.620.4300.92221.5444.835.69
Hex8C153E2B05Cde2d6
Octal10142576530134336556
Binary10001100101011111101010110101110011011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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