#02060F

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

Shades of Black Russian #02060F

Tints of Black Russian #02060F

Color information

#02060F (or 0x02060F) is unknown color: approx Black Russian. HEX triplet: 02, 06 and 0F. RGB value is (2,6,15). Sum of RGB (Red+Green+Blue) = 2+6+15=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 15 (6.25% from 255 or 65.22% from 23); Max value from RGB is 15 - color contains mainly: blue. Hex color #02060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02060F is #FDF9F0. Grayscale: #050505. Windows color (decimal): -16644593 or 984578. OLE color: 984578.

HSL color Cylindrical-coordinate representation of color #02060F: hue angle of 221.54º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #02060F is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB2615-
CMYK0.870.6000.94
HSL221.54º76.47%3.33%-
HSV(B)221.54º86.67%5.88%-
XYZ0.180.180.48-
YUV5.83133.17125.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 6 (2.73% from 255) = 26.09%
BLUE value IS 15 (6.25% from 255) = 65.22%
R=8.70%
G=26.09%
B=65.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal26150.870.6000.94221.5476.473.33
Hex26F573C05Ede4c3
Octal26171277401363361143
Binary10110111110101111111000101111011011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02060F; }

 p { color: rgb(2,6,15); }

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

<style>
 a { background-color: #02060F; }

 a { background-color: rgb(2,6,15); }

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

<style>
 span { border-color: #02060F; }

 span { border-color: rgb(2,6,15); }

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