Html Css Color HEX #08041C Black Russian

📋 copy color: '#08041C'

red 8 ◦ green 4 ◦ blue 28

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

Shades of Black Russian #08041C

Tints of Black Russian #08041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 70%

R = 20%
G = 10%
B = 70%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08041C (or 0x08041C) is known color: Black Russian. HEX triplet: 08, 04 and 1C. RGB value is (8,4,28). Sum of RGB (Red+Green+Blue) = 8+4+28=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #08041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08041C is #F7FBE3. Grayscale: #070707. Windows color (decimal): -16251876 or 1836040. OLE color: 1836040.

HSL color Cylindrical-coordinate representation of color #08041C: hue angle of 250º degrees, saturation: 0.75, 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 #08041C is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 4 28 -
CMYK 0.71 0.86 0 0.89
HSL 250º 0.75% 0.06% -
HSV(B) 250º 0.86% 0.11% -
XYZ 0.35 0.22 1.12 -
YUV 7.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 8 4 28 0.71 0.86 0 0.89 250 0.75 0.06
Hex 8 4 1C 47 56 0 59 FA 4B 6
Octal 10 4 34 107 126 0 131 372 113 6
Binary 1000 100 11100 1000111 1010110 0 1011001 11111010 1001011 110

Color Harmonies of #08041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08041C

Black with #08041C

Text Example


Text Example

White with #08041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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