#06050A

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

Shades of Black Russian #06050A

Tints of Black Russian #06050A

Color information

#06050A (or 0x06050A) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 0A. RGB value is (6,5,10). Sum of RGB (Red+Green+Blue) = 6+5+10=21 (2% of max value = 765). Red value is 6 (2.73% from 255 or 28.57% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #06050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06050A is #F9FAF5. Grayscale: #050505. Windows color (decimal): -16382710 or 656646. OLE color: 656646.

HSL color Cylindrical-coordinate representation of color #06050A: hue angle of 252º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #06050A is Cyan = 0.4, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB6510-
CMYK0.40.5000.96
HSL252º33.33%2.94%-
HSV(B)252º50%3.92%-
XYZ0.180.170.31-
YUV5.87130.33128.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 28.57%
GREEN value IS 5 (2.34% from 255) = 23.81%
BLUE value IS 10 (4.30% from 255) = 47.62%
R=28.57%
G=23.81%
B=47.62%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal65100.40.5000.9625233.332.94
Hex65A2832060fc213
Octal651250620140374413
Binary1101011010101000110010011000001111110010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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