#020329

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

Shades of Black Russian #020329

Tints of Black Russian #020329

Color information

#020329 (or 0x020329) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 29. RGB value is (2,3,41). Sum of RGB (Red+Green+Blue) = 2+3+41=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 41 (16.41% from 255 or 89.13% from 46); Max value from RGB is 41 - color contains mainly: blue. Hex color #020329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020329 is #FDFCD6. Grayscale: #060606. Windows color (decimal): -16645335 or 2687746. OLE color: 2687746.

HSL color Cylindrical-coordinate representation of color #020329: hue angle of 238.46º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020329 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB2341-
CMYK0.950.9300.84
HSL238.46º90.7%8.43%-
HSV(B)238.46º95.12%16.08%-
XYZ0.460.242.12-
YUV7.03147.17124.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.35%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 41 (16.41% from 255) = 89.13%
R=4.35%
G=6.52%
B=89.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal23410.950.9300.84238.4690.78.43
Hex23295F5D054ee5b8
Octal2351137135012435613310
Binary101110100110111111011101010101001110111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020329; }

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

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

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

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

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

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

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

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