#02051E

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

Shades of Black Russian #02051E

Tints of Black Russian #02051E

Color information

#02051E (or 0x02051E) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 1E. RGB value is (2,5,30). Sum of RGB (Red+Green+Blue) = 2+5+30=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 30 (12.11% from 255 or 81.08% from 37); Max value from RGB is 30 - color contains mainly: blue. Hex color #02051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02051E is #FDFAE1. Grayscale: #060606. Windows color (decimal): -16644834 or 1967362. OLE color: 1967362.

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

Color convert

RGB2530-
CMYK0.930.8300.88
HSL233.57º87.5%6.27%-
HSV(B)233.57º93.33%11.76%-
XYZ0.310.221.25-
YUV6.95141.01124.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 30 (12.11% from 255) = 81.08%
R=5.41%
G=13.51%
B=81.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal25300.930.8300.88233.5787.56.27
Hex251E5D53058ea586
Octal253613512301303521306
Binary10101111101011101101001101011000111010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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