#02050F

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

Shades of Black Russian #02050F

Tints of Black Russian #02050F

Color information

#02050F (or 0x02050F) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 0F. RGB value is (2,5,15). Sum of RGB (Red+Green+Blue) = 2+5+15=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 15 (6.25% from 255 or 68.18% from 22); Max value from RGB is 15 - color contains mainly: blue. Hex color #02050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02050F is #FDFAF0. Grayscale: #050505. Windows color (decimal): -16644849 or 984322. OLE color: 984322.

HSL color Cylindrical-coordinate representation of color #02050F: hue angle of 226.15º 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 #02050F is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB2515-
CMYK0.870.6700.94
HSL226.15º76.47%3.33%-
HSV(B)226.15º86.67%5.88%-
XYZ0.170.160.47-
YUV5.24133.51125.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 9.09%
GREEN value IS 5 (2.34% from 255) = 22.73%
BLUE value IS 15 (6.25% from 255) = 68.18%
R=9.09%
G=22.73%
B=68.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal25150.870.6700.94226.1576.473.33
Hex25F574305Ee24c3
Octal251712710301363421143
Binary101011111101011110000110101111011100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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