#202332

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

Shades of Black Russian #202332

Tints of Black Russian #202332

Color information

#202332 (or 0x202332) is unknown color: approx Black Russian. HEX triplet: 20, 23 and 32. RGB value is (32,35,50). Sum of RGB (Red+Green+Blue) = 32+35+50=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #202332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202332 is #DFDCCD. Grayscale: #232323. Windows color (decimal): -14671054 or 3285792. OLE color: 3285792.

HSL color Cylindrical-coordinate representation of color #202332: hue angle of 230º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #202332 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB323550-
CMYK0.360.3000.80
HSL230º21.95%16.08%-
HSV(B)230º36%19.61%-
XYZ1.771.743.26-
YUV35.81136.01125.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.35%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=27.35%
G=29.91%
B=42.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3235500.360.3000.8023021.9516.08
Hex202332241E050e61610
Octal404362443601203462620
Binary1000001000111100101001001111001010000111001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202332; }

 p { color: rgb(32,35,50); }

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

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

 a { background-color: rgb(32,35,50); }

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

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

 span { border-color: rgb(32,35,50); }

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