#020323

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

Shades of Black Russian #020323

Tints of Black Russian #020323

Color information

#020323 (or 0x020323) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 23. RGB value is (2,3,35). Sum of RGB (Red+Green+Blue) = 2+3+35=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 35 (14.06% from 255 or 87.5% from 40); Max value from RGB is 35 - color contains mainly: blue. Hex color #020323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020323 is #FDFCDC. Grayscale: #060606. Windows color (decimal): -16645341 or 2294530. OLE color: 2294530.

HSL color Cylindrical-coordinate representation of color #020323: hue angle of 238.18º 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 #020323 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB2335-
CMYK0.940.9100.86
HSL238.18º89.19%7.25%-
HSV(B)238.18º94.29%13.73%-
XYZ0.360.21.61-
YUV6.35144.17124.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 35 (14.06% from 255) = 87.5%
R=5%
G=7.5%
B=87.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal23350.940.9100.86238.1889.197.25
Hex23235E5B056ee597
Octal234313613301263561317
Binary10111000111011110101101101010110111011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020323; }

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

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

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

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

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

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

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

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