#05020F

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

Shades of Black Russian #05020F

Tints of Black Russian #05020F

Color information

#05020F (or 0x05020F) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 0F. RGB value is (5,2,15). Sum of RGB (Red+Green+Blue) = 5+2+15=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 2 (1.17% from 255 or 9.09% 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 #05020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05020F is #FAFDF0. Grayscale: #040404. Windows color (decimal): -16449009 or 983557. OLE color: 983557.

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

Color convert

RGB5215-
CMYK0.670.8700.94
HSL253.85º76.47%3.33%-
HSV(B)253.85º86.67%5.88%-
XYZ0.170.110.46-
YUV4.38133.99128.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal52150.670.8700.94253.8576.473.33
Hex52F435705Efe4c3
Octal521710312701363761143
Binary101101111100001110101110101111011111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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