Html Css Color HEX #06011D Black Russian

📋 copy color: '#06011D'

red 6 ◦ green 1 ◦ blue 29

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

Shades of Black Russian #06011D

Tints of Black Russian #06011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 80.56%

R = 16.67%
G = 2.78%
B = 80.56%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06011D (or 0x06011D) is known color: Black Russian. HEX triplet: 06, 01 and 1D. RGB value is (6,1,29). Sum of RGB (Red+Green+Blue) = 6+1+29=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 29 (11.72% from 255 or 80.56% from 36); Max value from RGB is 29 - color contains mainly: blue. Hex color #06011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06011D is #F9FEE2. Grayscale: #050505. Windows color (decimal): -16383715 or 1900806. OLE color: 1900806.

HSL color Cylindrical-coordinate representation of color #06011D: hue angle of 250.71º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06011D is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 1 29 -
CMYK 0.79 0.97 0 0.89
HSL 250.71º 0.93% 0.06% -
HSV(B) 250.71º 0.97% 0.11% -
XYZ 0.31 0.15 1.17 -
YUV 5.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 6 1 29 0.79 0.97 0 0.89 250.71 0.93 0.06
Hex 6 1 1D 4F 61 0 59 FB 5D 6
Octal 6 1 35 117 141 0 131 373 135 6
Binary 110 1 11101 1001111 1100001 0 1011001 11111011 1011101 110

Color Harmonies of #06011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06011D

Black with #06011D

Text Example


Text Example

White with #06011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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