#222D34

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

Shades of Cinder #222D34

Tints of Cinder #222D34

Color information

#222D34 (or 0x222D34) is unknown color: approx Cinder. HEX triplet: 22, 2D and 34. RGB value is (34,45,52). Sum of RGB (Red+Green+Blue) = 34+45+52=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 45 (17.97% from 255 or 34.35% 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 #222D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D34 is #DDD2CB. Grayscale: #2A2A2A. Windows color (decimal): -14537420 or 3419426. OLE color: 3419426.

HSL color Cylindrical-coordinate representation of color #222D34: hue angle of 203.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #222D34 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB344552-
CMYK0.350.1300.80
HSL203.33º20.93%16.86%-
HSV(B)203.33º34.62%20.39%-
XYZ2.222.463.61-
YUV42.51133.36121.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.95%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=25.95%
G=34.35%
B=39.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3445520.350.1300.80203.3320.9316.86
Hex222D3423D050cb1511
Octal425564431501203132521
Binary100010101101110100100011110101010000110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222D34; }

 p { color: rgb(34,45,52); }

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

<style>
 a { background-color: #222D34; }

 a { background-color: rgb(34,45,52); }

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

<style>
 span { border-color: #222D34; }

 span { border-color: rgb(34,45,52); }

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