#24181E

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

Shades of Toledo #24181E

Tints of Toledo #24181E

Color information

#24181E (or 0x24181E) is unknown color: approx Toledo. HEX triplet: 24, 18 and 1E. RGB value is (36,24,30). Sum of RGB (Red+Green+Blue) = 36+24+30=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #24181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24181E is #DBE7E1. Grayscale: #1C1C1C. Windows color (decimal): -14411746 or 1972260. OLE color: 1972260.

HSL color Cylindrical-coordinate representation of color #24181E: hue angle of 330º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #24181E is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB362430-
CMYK00.330.170.86
HSL330º20%11.76%-
HSV(B)330º33.33%14.12%-
XYZ1.291.121.38-
YUV28.27128.98133.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 26.67%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=40%
G=26.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36243000.330.170.863302011.76
Hex24181E021115614a14c
Octal443036041211265122414
Binary10010011000111100100001100011010110101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24181E; }

 p { color: rgb(36,24,30); }

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

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

 a { background-color: rgb(36,24,30); }

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

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

 span { border-color: rgb(36,24,30); }

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