#08031E

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

Shades of Black Russian #08031E

Tints of Black Russian #08031E

Color information

#08031E (or 0x08031E) is unknown color: approx Black Russian. HEX triplet: 08, 03 and 1E. RGB value is (8,3,30). Sum of RGB (Red+Green+Blue) = 8+3+30=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #08031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08031E is #F7FCE1. Grayscale: #070707. Windows color (decimal): -16252130 or 1966856. OLE color: 1966856.

HSL color Cylindrical-coordinate representation of color #08031E: hue angle of 251.11º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08031E is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB8330-
CMYK0.730.9000.88
HSL251.11º81.82%6.47%-
HSV(B)251.11º90%11.76%-
XYZ0.370.211.25-
YUV7.57140.66128.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 30 (12.11% from 255) = 73.17%
R=19.51%
G=7.32%
B=73.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal83300.730.9000.88251.1181.826.47
Hex831E495A058fb526
Octal1033611113201303731226
Binary100011111101001001101101001011000111110111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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