#212E34

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

Shades of Cinder #212E34

Tints of Cinder #212E34

Color information

#212E34 (or 0x212E34) is unknown color: approx Cinder. HEX triplet: 21, 2E and 34. RGB value is (33,46,52). Sum of RGB (Red+Green+Blue) = 33+46+52=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #212E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E34 is #DED1CB. Grayscale: #2A2A2A. Windows color (decimal): -14602700 or 3419681. OLE color: 3419681.

HSL color Cylindrical-coordinate representation of color #212E34: hue angle of 198.95º 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 #212E34 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB334652-
CMYK0.370.1200.80
HSL198.95º22.35%16.67%-
HSV(B)198.95º36.54%20.39%-
XYZ2.222.533.62-
YUV42.8133.19121.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=25.19%
G=35.11%
B=39.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3346520.370.1200.80198.9522.3516.67
Hex212E3425C050c71611
Octal415664451401203072621
Binary100001101110110100100101110001010000110001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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