Html Css Color HEX #08011E Black Russian

📋 copy color: '#08011E'

red 8 ◦ green 1 ◦ blue 30

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

Shades of Black Russian #08011E

Tints of Black Russian #08011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.56%

 BLUE value IS 30 (12.11% from 255) = 76.92%

R = 20.51%
G = 2.56%
B = 76.92%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#08011E (or 0x08011E) is known color: Black Russian. HEX triplet: 08, 01 and 1E. RGB value is (8,1,30). Sum of RGB (Red+Green+Blue) = 8+1+30=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #08011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08011E is #F7FEE1. Grayscale: #060606. Windows color (decimal): -16252642 or 1966344. OLE color: 1966344.

HSL color Cylindrical-coordinate representation of color #08011E: hue angle of 254.48º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08011E is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 1 30 -
CMYK 0.73 0.97 0 0.88
HSL 254.48º 0.94% 0.06% -
HSV(B) 254.48º 0.97% 0.12% -
XYZ 0.35 0.17 1.24 -
YUV 6.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 8 1 30 0.73 0.97 0 0.88 254.48 0.94 0.06
Hex 8 1 1E 49 61 0 58 FE 5E 6
Octal 10 1 36 111 141 0 130 376 136 6
Binary 1000 1 11110 1001001 1100001 0 1011000 11111110 1011110 110

Color Harmonies of #08011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08011E

Black with #08011E

Text Example


Text Example

White with #08011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08011E; }

 p { color: rgb(8,1,30); }

 H1.HeaderClassName
 {
   color: #08011E;
 }
 .AnyTagClassName
 {
   color: #08011E;
 }
</style>

background-color css

<style>
 a { background-color: #08011E; }

 a { background-color: rgb(8,1,30); }

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

border-color css

<style>
 span { border-color: #08011E; }

 span { border-color: rgb(8,1,30); }

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