#02050E

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

Shades of Black Russian #02050E

Tints of Black Russian #02050E

Color information

#02050E (or 0x02050E) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 0E. RGB value is (2,5,14). Sum of RGB (Red+Green+Blue) = 2+5+14=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 14 (5.86% from 255 or 66.67% from 21); Max value from RGB is 14 - color contains mainly: blue. Hex color #02050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02050E is #FDFAF1. Grayscale: #050505. Windows color (decimal): -16644850 or 918786. OLE color: 918786.

HSL color Cylindrical-coordinate representation of color #02050E: hue angle of 225º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #02050E is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB2514-
CMYK0.860.6400.95
HSL225º75%3.14%-
HSV(B)225º85.71%5.49%-
XYZ0.160.150.44-
YUV5.13133.01125.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 9.52%
GREEN value IS 5 (2.34% from 255) = 23.81%
BLUE value IS 14 (5.86% from 255) = 66.67%
R=9.52%
G=23.81%
B=66.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal25140.860.6400.95225753.14
Hex25E564005Fe14b3
Octal251612610001373411133
Binary101011110101011010000000101111111100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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