Html Css Color HEX #08011A Black Russian

📋 copy color: '#08011A'

red 8 ◦ green 1 ◦ blue 26

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

Shades of Black Russian #08011A

Tints of Black Russian #08011A

RGB

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

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

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

R = 22.86%
G = 2.86%
B = 74.29%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#08011A (or 0x08011A) is known color: Black Russian. HEX triplet: 08, 01 and 1A. RGB value is (8,1,26). Sum of RGB (Red+Green+Blue) = 8+1+26=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 26 (10.55% from 255 or 74.29% from 35); Max value from RGB is 26 - color contains mainly: blue. Hex color #08011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08011A is #F7FEE5. Grayscale: #050505. Windows color (decimal): -16252646 or 1704200. OLE color: 1704200.

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

Color convert

RGB 8 1 26 -
CMYK 0.69 0.96 0 0.90
HSL 256.8º 0.93% 0.05% -
HSV(B) 256.8º 0.96% 0.1% -
XYZ 0.3 0.15 0.99 -
YUV 5.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 8 1 26 0.69 0.96 0 0.90 256.8 0.93 0.05
Hex 8 1 1A 45 60 0 5A 101 5D 5
Octal 10 1 32 105 140 0 132 401 135 5
Binary 1000 1 11010 1000101 1100000 0 1011010 100000001 1011101 101

Color Harmonies of #08011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08011A

Black with #08011A

Text Example


Text Example

White with #08011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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