#202135

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

Shades of Black Russian #202135

Tints of Black Russian #202135

Color information

#202135 (or 0x202135) is unknown color: approx Black Russian. HEX triplet: 20, 21 and 35. RGB value is (32,33,53). Sum of RGB (Red+Green+Blue) = 32+33+53=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #202135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202135 is #DFDECA. Grayscale: #222222. Windows color (decimal): -14671563 or 3481888. OLE color: 3481888.

HSL color Cylindrical-coordinate representation of color #202135: hue angle of 237.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #202135 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB323353-
CMYK0.400.3800.79
HSL237.14º24.71%16.67%-
HSV(B)237.14º39.62%20.78%-
XYZ1.781.653.59-
YUV34.98138.17125.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.12%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=27.12%
G=27.97%
B=44.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3233530.400.3800.79237.1424.7116.67
Hex202135282604Fed1911
Octal404165504601173553121
Binary10000010000111010110100010011001001111111011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202135; }

 p { color: rgb(32,33,53); }

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

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

 a { background-color: rgb(32,33,53); }

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

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

 span { border-color: rgb(32,33,53); }

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