#222B31

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

Shades of Cinder #222B31

Tints of Cinder #222B31

Color information

#222B31 (or 0x222B31) is unknown color: approx Cinder. HEX triplet: 22, 2B and 31. RGB value is (34,43,49). Sum of RGB (Red+Green+Blue) = 34+43+49=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #222B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222B31 is #DDD4CE. Grayscale: #282828. Windows color (decimal): -14537935 or 3222306. OLE color: 3222306.

HSL color Cylindrical-coordinate representation of color #222B31: hue angle of 204º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #222B31 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB344349-
CMYK0.310.1200.81
HSL204º18.07%16.27%-
HSV(B)204º30.61%19.22%-
XYZ2.082.293.24-
YUV40.99132.52123.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.98%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=26.98%
G=34.13%
B=38.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3443490.310.1200.8120418.0716.27
Hex222B311FC051cc1210
Octal425361371401213142220
Binary10001010101111000111111110001010001110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,43,49); }

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

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

 a { background-color: rgb(34,43,49); }

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

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

 span { border-color: rgb(34,43,49); }

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