#020E25

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

Shades of Black Russian #020E25

Tints of Black Russian #020E25

Color information

#020E25 (or 0x020E25) is unknown color: approx Black Russian. HEX triplet: 02, 0E and 25. RGB value is (2,14,37). Sum of RGB (Red+Green+Blue) = 2+14+37=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #020E25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E25 is #FDF1DA. Grayscale: #0C0C0C. Windows color (decimal): -16642523 or 2428418. OLE color: 2428418.

HSL color Cylindrical-coordinate representation of color #020E25: hue angle of 219.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020E25 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB21437-
CMYK0.950.6200.85
HSL219.43º89.74%7.65%-
HSV(B)219.43º94.59%14.51%-
XYZ0.520.461.81-
YUV13.03141.52120.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 14 (5.86% from 255) = 26.42%
BLUE value IS 37 (14.84% from 255) = 69.81%
R=3.77%
G=26.42%
B=69.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal214370.950.6200.85219.4389.747.65
Hex2E255F3E055db5a8
Octal2164513776012533313210
Binary1011101001011011111111110010101011101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020E25; }

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

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

<style>
 a { background-color: #020E25; }

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

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

<style>
 span { border-color: #020E25; }

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

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