#282024

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

Shades of Toledo #282024

Tints of Toledo #282024

Color information

#282024 (or 0x282024) is unknown color: approx Toledo. HEX triplet: 28, 20 and 24. RGB value is (40,32,36). Sum of RGB (Red+Green+Blue) = 40+32+36=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 40 - color contains mainly: red. Hex color #282024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282024 is #D7DFDB. Grayscale: #222222. Windows color (decimal): -14147548 or 2367528. OLE color: 2367528.

HSL color Cylindrical-coordinate representation of color #282024: hue angle of 330º 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 #282024 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB403236-
CMYK00.200.100.84
HSL330º11.11%14.12%-
HSV(B)330º20%15.69%-
XYZ1.711.611.89-
YUV34.85128.65131.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40323600.200.100.8433011.1114.12
Hex282024014A5414abe
Octal504044024121245121316
Binary1010001000001001000101001010101010010100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282024; }

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

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

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

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

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

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

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

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