#06050B

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

Shades of Black Russian #06050B

Tints of Black Russian #06050B

Color information

#06050B (or 0x06050B) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 0B. RGB value is (6,5,11). Sum of RGB (Red+Green+Blue) = 6+5+11=22 (2% of max value = 765). Red value is 6 (2.73% from 255 or 27.27% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #06050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06050B is #F9FAF4. Grayscale: #050505. Windows color (decimal): -16382709 or 722182. OLE color: 722182.

HSL color Cylindrical-coordinate representation of color #06050B: hue angle of 250º degrees, saturation: 0.37, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #06050B is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB6511-
CMYK0.450.5500.96
HSL250º37.5%3.14%-
HSV(B)250º54.55%4.31%-
XYZ0.190.170.34-
YUV5.98130.83128.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 27.27%
GREEN value IS 5 (2.34% from 255) = 22.73%
BLUE value IS 11 (4.69% from 255) = 50%
R=27.27%
G=22.73%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal65110.450.5500.9625037.53.14
Hex65B2D37060fa253
Octal651355670140372453
Binary1101011011101101110111011000001111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06050B; }

 p { color: rgb(6,5,11); }

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

<style>
 a { background-color: #06050B; }

 a { background-color: rgb(6,5,11); }

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

<style>
 span { border-color: #06050B; }

 span { border-color: rgb(6,5,11); }

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