#08031A

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

Shades of Black Russian #08031A

Tints of Black Russian #08031A

Color information

#08031A (or 0x08031A) is unknown color: approx Black Russian. HEX triplet: 08, 03 and 1A. RGB value is (8,3,26). Sum of RGB (Red+Green+Blue) = 8+3+26=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #08031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08031A is #F7FCE5. Grayscale: #070707. Windows color (decimal): -16252134 or 1704712. OLE color: 1704712.

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

Color convert

RGB8326-
CMYK0.690.8800.90
HSL253.04º79.31%5.69%-
HSV(B)253.04º88.46%10.2%-
XYZ0.320.191-
YUV7.12138.66128.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.62%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 26 (10.55% from 255) = 70.27%
R=21.62%
G=8.11%
B=70.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal83260.690.8800.90253.0479.315.69
Hex831A455805Afd4f6
Octal1033210513001323751176
Binary100011110101000101101100001011010111111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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