#202D35

Color #202D35 Cinder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinder #202D35

Tints of Cinder #202D35

Color information

#202D35 (or 0x202D35) is unknown color: approx Cinder. HEX triplet: 20, 2D and 35. RGB value is (32,45,53). Sum of RGB (Red+Green+Blue) = 32+45+53=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 53 - color contains mainly: blue. Hex color #202D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202D35 is #DFD2CA. Grayscale: #292929. Windows color (decimal): -14668491 or 3484960. OLE color: 3484960.

HSL color Cylindrical-coordinate representation of color #202D35: hue angle of 202.86º 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 #202D35 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB324553-
CMYK0.400.1500.79
HSL202.86º24.71%16.67%-
HSV(B)202.86º39.62%20.78%-
XYZ2.182.443.72-
YUV42.02134.19120.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=24.62%
G=34.62%
B=40.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3245530.400.1500.79202.8624.7116.67
Hex202D3528F04Fcb1911
Octal405565501701173133121
Binary100000101101110101101000111101001111110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202D35; }

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

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

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

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

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

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

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

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