#222E35

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

Shades of Cinder #222E35

Tints of Cinder #222E35

Color information

#222E35 (or 0x222E35) is unknown color: approx Cinder. HEX triplet: 22, 2E and 35. RGB value is (34,46,53). Sum of RGB (Red+Green+Blue) = 34+46+53=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #222E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222E35 is #DDD1CA. Grayscale: #2B2B2B. Windows color (decimal): -14537163 or 3485218. OLE color: 3485218.

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

Color convert

RGB344653-
CMYK0.360.1300.79
HSL202.11º21.84%17.06%-
HSV(B)202.11º35.85%20.78%-
XYZ2.282.553.74-
YUV43.21133.52121.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=25.56%
G=34.59%
B=39.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3446530.360.1300.79202.1121.8417.06
Hex222E3524D04Fca1611
Octal425665441501173122621
Binary100010101110110101100100110101001111110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,46,53); }

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

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

 a { background-color: rgb(34,46,53); }

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

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

 span { border-color: rgb(34,46,53); }

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