#06011C

Color #06011C Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #06011C

Tints of Black Russian #06011C

Color information

#06011C (or 0x06011C) is unknown color: approx Black Russian. HEX triplet: 06, 01 and 1C. RGB value is (6,1,28). Sum of RGB (Red+Green+Blue) = 6+1+28=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 28 (11.33% from 255 or 80% from 35); Max value from RGB is 28 - color contains mainly: blue. Hex color #06011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06011C is #F9FEE3. Grayscale: #050505. Windows color (decimal): -16383716 or 1835270. OLE color: 1835270.

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

Color convert

RGB6128-
CMYK0.790.9600.89
HSL251.11º93.1%5.69%-
HSV(B)251.11º96.43%10.98%-
XYZ0.30.141.11-
YUV5.57140.66128.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 17.14%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 28 (11.33% from 255) = 80%
R=17.14%
G=2.86%
B=80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal61280.790.9600.89251.1193.15.69
Hex611C4F60059fb5d6
Octal613411714001313731356
Binary1101111001001111110000001011001111110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06011C;
 }
 .AnyTagClassName
 {
   color: #06011C;
 }
</style>
background-color css

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

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

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

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

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

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