#212C32

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

Shades of Cinder #212C32

Tints of Cinder #212C32

Color information

#212C32 (or 0x212C32) is unknown color: approx Cinder. HEX triplet: 21, 2C and 32. RGB value is (33,44,50). Sum of RGB (Red+Green+Blue) = 33+44+50=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 50 - color contains mainly: blue. Hex color #212C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C32 is #DED3CD. Grayscale: #292929. Windows color (decimal): -14603214 or 3288097. OLE color: 3288097.

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

Color convert

RGB334450-
CMYK0.340.1200.80
HSL201.18º20.48%16.27%-
HSV(B)201.18º34%19.61%-
XYZ2.12.353.36-
YUV41.4132.86122.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 44 (17.58% from 255) = 34.65%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=25.98%
G=34.65%
B=39.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3344500.340.1200.80201.1820.4816.27
Hex212C3222C050c91410
Octal415462421401203112420
Binary100001101100110010100010110001010000110010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C32; }

 p { color: rgb(33,44,50); }

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

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

 a { background-color: rgb(33,44,50); }

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

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

 span { border-color: rgb(33,44,50); }

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