Html Css Color HEX #08041A Black Russian

📋 copy color: '#08041A'

red 8 ◦ green 4 ◦ blue 26

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

Shades of Black Russian #08041A

Tints of Black Russian #08041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 68.42%

R = 21.05%
G = 10.53%
B = 68.42%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#08041A (or 0x08041A) is known color: Black Russian. HEX triplet: 08, 04 and 1A. RGB value is (8,4,26). Sum of RGB (Red+Green+Blue) = 8+4+26=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 26 (10.55% from 255 or 68.42% from 38); Max value from RGB is 26 - color contains mainly: blue. Hex color #08041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08041A is #F7FBE5. Grayscale: #070707. Windows color (decimal): -16251878 or 1704968. OLE color: 1704968.

HSL color Cylindrical-coordinate representation of color #08041A: hue angle of 250.91º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08041A is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 4 26 -
CMYK 0.69 0.85 0 0.90
HSL 250.91º 0.73% 0.06% -
HSV(B) 250.91º 0.85% 0.1% -
XYZ 0.33 0.21 1 -
YUV 7.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 8 4 26 0.69 0.85 0 0.90 250.91 0.73 0.06
Hex 8 4 1A 45 55 0 5A FB 49 6
Octal 10 4 32 105 125 0 132 373 111 6
Binary 1000 100 11010 1000101 1010101 0 1011010 11111011 1001001 110

Color Harmonies of #08041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08041A

Black with #08041A

Text Example


Text Example

White with #08041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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