#08061A

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

Shades of Black Russian #08061A

Tints of Black Russian #08061A

Color information

#08061A (or 0x08061A) is unknown color: approx Black Russian. HEX triplet: 08, 06 and 1A. RGB value is (8,6,26). Sum of RGB (Red+Green+Blue) = 8+6+26=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #08061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08061A is #F7F9E5. Grayscale: #080808. Windows color (decimal): -16251366 or 1705480. OLE color: 1705480.

HSL color Cylindrical-coordinate representation of color #08061A: hue angle of 246º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #08061A is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB8626-
CMYK0.690.7700.90
HSL246º62.5%6.27%-
HSV(B)246º76.92%10.2%-
XYZ0.350.261.01-
YUV8.88137.66127.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 26 (10.55% from 255) = 65%
R=20%
G=15%
B=65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal86260.690.7700.9024662.56.27
Hex861A454D05Af63e6
Octal106321051150132366766
Binary100011011010100010110011010101101011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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