#222B30

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

Shades of Cinder #222B30

Tints of Cinder #222B30

Color information

#222B30 (or 0x222B30) is unknown color: approx Cinder. HEX triplet: 22, 2B and 30. RGB value is (34,43,48). Sum of RGB (Red+Green+Blue) = 34+43+48=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 48 - color contains mainly: blue. Hex color #222B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222B30 is #DDD4CF. Grayscale: #282828. Windows color (decimal): -14537936 or 3156770. OLE color: 3156770.

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

Color convert

RGB344348-
CMYK0.290.1000.81
HSL201.43º17.07%16.08%-
HSV(B)201.43º29.17%18.82%-
XYZ2.062.283.13-
YUV40.88132.02123.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.2%
GREEN value IS 43 (17.19% from 255) = 34.4%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=27.2%
G=34.4%
B=38.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3443480.290.1000.81201.4317.0716.08
Hex222B301DA051c91110
Octal425360351201213112120
Binary10001010101111000011101101001010001110010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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