#08031D

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

Shades of Black Russian #08031D

Tints of Black Russian #08031D

Color information

#08031D (or 0x08031D) is unknown color: approx Black Russian. HEX triplet: 08, 03 and 1D. RGB value is (8,3,29). Sum of RGB (Red+Green+Blue) = 8+3+29=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #08031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08031D is #F7FCE2. Grayscale: #070707. Windows color (decimal): -16252131 or 1901320. OLE color: 1901320.

HSL color Cylindrical-coordinate representation of color #08031D: hue angle of 251.54º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08031D is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB8329-
CMYK0.720.9000.89
HSL251.54º81.25%6.27%-
HSV(B)251.54º89.66%11.37%-
XYZ0.350.211.18-
YUV7.46140.16128.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 29 (11.72% from 255) = 72.5%
R=20%
G=7.5%
B=72.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal83290.720.9000.89251.5481.256.27
Hex831D485A059fc516
Octal1033511013201313741216
Binary100011111011001000101101001011001111111001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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