Html Css Color HEX #06011A Black Russian

📋 copy color: '#06011A'

red 6 ◦ green 1 ◦ blue 26

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

Shades of Black Russian #06011A

Tints of Black Russian #06011A

RGB

 RED value IS 6 (2.73% from 255) = 18.18%

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

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

R = 18.18%
G = 3.03%
B = 78.79%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#06011A (or 0x06011A) is known color: Black Russian. HEX triplet: 06, 01 and 1A. RGB value is (6,1,26). Sum of RGB (Red+Green+Blue) = 6+1+26=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 26 (10.55% from 255 or 78.79% from 33); Max value from RGB is 26 - color contains mainly: blue. Hex color #06011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06011A is #F9FEE5. Grayscale: #050505. Windows color (decimal): -16383718 or 1704198. OLE color: 1704198.

HSL color Cylindrical-coordinate representation of color #06011A: hue angle of 252º 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 #06011A is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 6 1 26 -
CMYK 0.77 0.96 0 0.90
HSL 252º 0.93% 0.05% -
HSV(B) 252º 0.96% 0.1% -
XYZ 0.27 0.14 0.99 -
YUV 5.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 6 1 26 0.77 0.96 0 0.90 252 0.93 0.05
Hex 6 1 1A 4D 60 0 5A FC 5D 5
Octal 6 1 32 115 140 0 132 374 135 5
Binary 110 1 11010 1001101 1100000 0 1011010 11111100 1011101 101

Color Harmonies of #06011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06011A

Black with #06011A

Text Example


Text Example

White with #06011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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