#02051F

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

Shades of Black Russian #02051F

Tints of Black Russian #02051F

Color information

#02051F (or 0x02051F) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 1F. RGB value is (2,5,31). Sum of RGB (Red+Green+Blue) = 2+5+31=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 31 (12.5% from 255 or 81.58% from 38); Max value from RGB is 31 - color contains mainly: blue. Hex color #02051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02051F is #FDFAE0. Grayscale: #060606. Windows color (decimal): -16644833 or 2032898. OLE color: 2032898.

HSL color Cylindrical-coordinate representation of color #02051F: hue angle of 233.79º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02051F is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB2531-
CMYK0.940.8400.88
HSL233.79º87.88%6.47%-
HSV(B)233.79º93.55%12.16%-
XYZ0.330.221.32-
YUV7.07141.51124.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 31 (12.5% from 255) = 81.58%
R=5.26%
G=13.16%
B=81.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal25310.940.8400.88233.7987.886.47
Hex251F5E54058ea586
Octal253713612401303521306
Binary10101111111011110101010001011000111010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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