#241719

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

Shades of Rustic Red #241719

Tints of Rustic Red #241719

Color information

#241719 (or 0x241719) is unknown color: approx Rustic Red. HEX triplet: 24, 17 and 19. RGB value is (36,23,25). Sum of RGB (Red+Green+Blue) = 36+23+25=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #241719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241719 is #DBE8E6. Grayscale: #1B1B1B. Windows color (decimal): -14412007 or 1644324. OLE color: 1644324.

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

Color convert

RGB362325-
CMYK00.360.310.86
HSL350.77º22.03%11.57%-
HSV(B)350.77º36.11%14.12%-
XYZ1.211.061.06-
YUV27.12126.81134.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=42.86%
G=27.38%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36232500.360.310.86350.7722.0311.57
Hex2417190241F5615f16c
Octal442731044371265372614
Binary10010010111110010100100111111010110101011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241719; }

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

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

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

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

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

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

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

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