Html Css Color HEX #08031D Black Russian

📋 copy color: '#08031D'

red 8 ◦ green 3 ◦ blue 29

#08031D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #08031D

Tints of Black Russian #08031D

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 value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08031D (or 0x08031D) is known color: 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

RGB 8 3 29 -
CMYK 0.72 0.90 0 0.89
HSL 251.54º 0.81% 0.06% -
HSV(B) 251.54º 0.9% 0.11% -
XYZ 0.35 0.21 1.18 -
YUV 7.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 8 3 29 0.72 0.90 0 0.89 251.54 0.81 0.06
Hex 8 3 1D 48 5A 0 59 FC 51 6
Octal 10 3 35 110 132 0 131 374 121 6
Binary 1000 11 11101 1001000 1011010 0 1011001 11111100 1010001 110

Color Harmonies of #08031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08031D

Black with #08031D

Text Example


Text Example

White with #08031D

Text Example


Text Example

HTML Codes & Css Web 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>