#020523

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

Shades of Black Russian #020523

Tints of Black Russian #020523

Color information

#020523 (or 0x020523) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 23. RGB value is (2,5,35). Sum of RGB (Red+Green+Blue) = 2+5+35=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 35 (14.06% from 255 or 83.33% from 42); Max value from RGB is 35 - color contains mainly: blue. Hex color #020523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020523 is #FDFADC. Grayscale: #070707. Windows color (decimal): -16644829 or 2295042. OLE color: 2295042.

HSL color Cylindrical-coordinate representation of color #020523: hue angle of 234.55º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020523 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB2535-
CMYK0.940.8600.86
HSL234.55º89.19%7.25%-
HSV(B)234.55º94.29%13.73%-
XYZ0.380.241.62-
YUV7.52143.51124.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.76%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 35 (14.06% from 255) = 83.33%
R=4.76%
G=11.90%
B=83.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal25350.940.8600.86234.5589.197.25
Hex25235E56056eb597
Octal254313612601263531317
Binary101011000111011110101011001010110111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020523; }

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

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

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

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

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

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

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

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