Html Css Color HEX #222528 Blue Charcoal

📋 copy color: '#222528'

red 34 ◦ green 37 ◦ blue 40

#222528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Charcoal #222528

Tints of Blue Charcoal #222528

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 value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#222528 (or 0x222528) is known color: 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

RGB 34 37 40 -
CMYK 0.15 0.07 0 0.84
HSL 210º 0.08% 0.15% -
HSV(B) 210º 0.15% 0.16% -
XYZ 1.7 1.82 2.27 -
YUV 36.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 34 37 40 0.15 0.07 0 0.84 210 0.08 0.15
Hex 22 25 28 F 7 0 54 D2 8 F
Octal 42 45 50 17 7 0 124 322 10 17
Binary 100010 100101 101000 1111 111 0 1010100 11010010 1000 1111

Color Harmonies of #222528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222528

Black with #222528

Text Example


Text Example

White with #222528

Text Example


Text Example

HTML Codes & Css Web 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>