#202A30

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

Shades of Cinder #202A30

Tints of Cinder #202A30

Color information

#202A30 (or 0x202A30) is unknown color: approx Cinder. HEX triplet: 20, 2A and 30. RGB value is (32,42,48). Sum of RGB (Red+Green+Blue) = 32+42+48=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 48 - color contains mainly: blue. Hex color #202A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A30 is #DFD5CF. Grayscale: #272727. Windows color (decimal): -14669264 or 3156512. OLE color: 3156512.

HSL color Cylindrical-coordinate representation of color #202A30: hue angle of 202.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #202A30 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB324248-
CMYK0.330.1300.81
HSL202.5º20%15.69%-
HSV(B)202.5º33.33%18.82%-
XYZ1.962.183.11-
YUV39.69132.69122.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.23%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=26.23%
G=34.43%
B=39.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3242480.330.1300.81202.52015.69
Hex202A3021D051ca1410
Octal405260411501213122420
Binary100000101010110000100001110101010001110010101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,42,48); }

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

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

 a { background-color: rgb(32,42,48); }

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

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

 span { border-color: rgb(32,42,48); }

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