#08061E

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

Shades of Black Russian #08061E

Tints of Black Russian #08061E

Color information

#08061E (or 0x08061E) is unknown color: approx Black Russian. HEX triplet: 08, 06 and 1E. RGB value is (8,6,30). Sum of RGB (Red+Green+Blue) = 8+6+30=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 30 (12.11% from 255 or 68.18% from 44); Max value from RGB is 30 - color contains mainly: blue. Hex color #08061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08061E is #F7F9E1. Grayscale: #090909. Windows color (decimal): -16251362 or 1967624. OLE color: 1967624.

HSL color Cylindrical-coordinate representation of color #08061E: hue angle of 245º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08061E is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB8630-
CMYK0.730.8000.88
HSL245º66.67%7.06%-
HSV(B)245º80%11.76%-
XYZ0.40.281.26-
YUV9.33139.66127.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 30 (12.11% from 255) = 68.18%
R=18.18%
G=13.64%
B=68.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal86300.730.8000.8824566.677.06
Hex861E4950058f5437
Octal1063611112001303651037
Binary1000110111101001001101000001011000111101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08061E; }

 p { color: rgb(8,6,30); }

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

<style>
 a { background-color: #08061E; }

 a { background-color: rgb(8,6,30); }

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

<style>
 span { border-color: #08061E; }

 span { border-color: rgb(8,6,30); }

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