#212C34

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

Shades of Cinder #212C34

Tints of Cinder #212C34

Color information

#212C34 (or 0x212C34) is unknown color: approx Cinder. HEX triplet: 21, 2C and 34. RGB value is (33,44,52). Sum of RGB (Red+Green+Blue) = 33+44+52=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #212C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C34 is #DED3CB. Grayscale: #292929. Windows color (decimal): -14603212 or 3419169. OLE color: 3419169.

HSL color Cylindrical-coordinate representation of color #212C34: hue angle of 205.26º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212C34 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB334452-
CMYK0.370.1500.80
HSL205.26º22.35%16.67%-
HSV(B)205.26º36.54%20.39%-
XYZ2.152.373.59-
YUV41.62133.86121.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=25.58%
G=34.11%
B=40.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3344520.370.1500.80205.2622.3516.67
Hex212C3425F050cd1611
Octal415464451701203152621
Binary100001101100110100100101111101010000110011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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