#222528

Color #222528 Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #222528

Tints of Blue Charcoal #222528

Color information

#222528 (or 0x222528) is unknown color: approx Blue Charcoal. HEX triplet: 22, 25 and 28. RGB value is (34,37,40). Sum of RGB (Red+Green+Blue) = 34+37+40=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 40 - color contains mainly: blue. Hex color #222528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222528 is #DDDAD7. Grayscale: #242424. Windows color (decimal): -14539480 or 2630946. OLE color: 2630946.

HSL color Cylindrical-coordinate representation of color #222528: hue angle of 210º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #222528 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB343740-
CMYK0.150.0700.84
HSL210º8.11%14.51%-
HSV(B)210º15%15.69%-
XYZ1.71.822.27-
YUV36.44130.01126.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.63%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=30.63%
G=33.33%
B=36.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3437400.150.0700.842108.1114.51
Hex222528F7054d28f
Octal42455017701243221017
Binary1000101001011010001111111010101001101001010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222528; }

 p { color: rgb(34,37,40); }

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

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

 a { background-color: rgb(34,37,40); }

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

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

 span { border-color: rgb(34,37,40); }

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