Html Css Color HEX #08041D Black Russian

📋 copy color: '#08041D'

red 8 ◦ green 4 ◦ blue 29

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

Shades of Black Russian #08041D

Tints of Black Russian #08041D

RGB

 RED value IS 8 (3.52% from 255) = 19.51%

 GREEN value IS 4 (1.95% from 255) = 9.76%

 BLUE value IS 29 (11.72% from 255) = 70.73%

R = 19.51%
G = 9.76%
B = 70.73%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08041D (or 0x08041D) is known color: Black Russian. HEX triplet: 08, 04 and 1D. RGB value is (8,4,29). Sum of RGB (Red+Green+Blue) = 8+4+29=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 29 (11.72% from 255 or 70.73% from 41); Max value from RGB is 29 - color contains mainly: blue. Hex color #08041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08041D is #F7FBE2. Grayscale: #070707. Windows color (decimal): -16251875 or 1901576. OLE color: 1901576.

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

Color convert

RGB 8 4 29 -
CMYK 0.72 0.86 0 0.89
HSL 249.6º 0.76% 0.06% -
HSV(B) 249.6º 0.86% 0.11% -
XYZ 0.37 0.23 1.19 -
YUV 8.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 8 4 29 0.72 0.86 0 0.89 249.6 0.76 0.06
Hex 8 4 1D 48 56 0 59 FA 4C 6
Octal 10 4 35 110 126 0 131 372 114 6
Binary 1000 100 11101 1001000 1010110 0 1011001 11111010 1001100 110

Color Harmonies of #08041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08041D

Black with #08041D

Text Example


Text Example

White with #08041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08041D;
 }
 .AnyTagClassName
 {
   color: #08041D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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