#241819

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

Shades of Rustic Red #241819

Tints of Rustic Red #241819

Color information

#241819 (or 0x241819) is unknown color: approx Rustic Red. HEX triplet: 24, 18 and 19. RGB value is (36,24,25). Sum of RGB (Red+Green+Blue) = 36+24+25=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #241819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241819 is #DBE7E6. Grayscale: #1B1B1B. Windows color (decimal): -14411751 or 1644580. OLE color: 1644580.

HSL color Cylindrical-coordinate representation of color #241819: hue angle of 355º 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 #241819 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB362425-
CMYK00.330.310.86
HSL355º20%11.76%-
HSV(B)355º33.33%14.12%-
XYZ1.231.11.07-
YUV27.7126.48133.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.35%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=42.35%
G=28.24%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36242500.330.310.863552011.76
Hex2418190211F5616314c
Octal443031041371265432414
Binary10010011000110010100001111111010110101100011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241819; }

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

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

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

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

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

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

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

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