#202428

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

Shades of Blue Charcoal #202428

Tints of Blue Charcoal #202428

Color information

#202428 (or 0x202428) is unknown color: approx Blue Charcoal. HEX triplet: 20, 24 and 28. RGB value is (32,36,40). Sum of RGB (Red+Green+Blue) = 32+36+40=108 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.63% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 40 - color contains mainly: blue. Hex color #202428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202428 is #DFDBD7. Grayscale: #232323. Windows color (decimal): -14670808 or 2630688. OLE color: 2630688.

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

Color convert

RGB323640-
CMYK0.200.1000.84
HSL210º11.11%14.12%-
HSV(B)210º20%15.69%-
XYZ1.611.722.26-
YUV35.26130.67125.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.63%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=29.63%
G=33.33%
B=37.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3236400.200.1000.8421011.1114.12
Hex20242814A054d2be
Octal404450241201243221316
Binary100000100100101000101001010010101001101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202428; }

 p { color: rgb(32,36,40); }

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

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

 a { background-color: rgb(32,36,40); }

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

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

 span { border-color: rgb(32,36,40); }

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