#241C20

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

Shades of Toledo #241C20

Tints of Toledo #241C20

Color information

#241C20 (or 0x241C20) is unknown color: approx Toledo. HEX triplet: 24, 1C and 20. RGB value is (36,28,32). Sum of RGB (Red+Green+Blue) = 36+28+32=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 36 - color contains mainly: red. Hex color #241C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C20 is #DBE3DF. Grayscale: #1E1E1E. Windows color (decimal): -14410720 or 2104356. OLE color: 2104356.

HSL color Cylindrical-coordinate representation of color #241C20: hue angle of 330º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #241C20 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB362832-
CMYK00.220.110.86
HSL330º12.5%12.55%-
HSV(B)330º22.22%14.12%-
XYZ1.41.311.55-
YUV30.85128.65131.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=37.5%
G=29.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36283200.220.110.8633012.512.55
Hex241C20016B5614add
Octal443440026131265121515
Binary100100111001000000101101011101011010100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241C20; }

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

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

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

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

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

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

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

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