#241718

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

Shades of Rustic Red #241718

Tints of Rustic Red #241718

Color information

#241718 (or 0x241718) is unknown color: approx Rustic Red. HEX triplet: 24, 17 and 18. RGB value is (36,23,24). Sum of RGB (Red+Green+Blue) = 36+23+24=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #241718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241718 is #DBE8E7. Grayscale: #1B1B1B. Windows color (decimal): -14412008 or 1578788. OLE color: 1578788.

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

Color convert

RGB362324-
CMYK00.360.330.86
HSL355.38º22.03%11.57%-
HSV(B)355.38º36.11%14.12%-
XYZ1.21.051-
YUV27126.31134.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.37%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=43.37%
G=27.71%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36232400.360.330.86355.3822.0311.57
Hex241718024215616316c
Octal442730044411265432614
Binary100100101111100001001001000011010110101100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241718; }

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

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

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

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

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

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

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

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