#241515

Color #241515 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #241515

Tints of Seal Brown #241515

Color information

#241515 (or 0x241515) is unknown color: approx Seal Brown. HEX triplet: 24, 15 and 15. RGB value is (36,21,21). Sum of RGB (Red+Green+Blue) = 36+21+21=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241515 is #DBEAEA. Grayscale: #191919. Windows color (decimal): -14412523 or 1381668. OLE color: 1381668.

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

Color convert

RGB362121-
CMYK00.420.420.86
HSL26.32%11.18%-
HSV(B)41.67%14.12%-
XYZ1.130.970.84-
YUV25.48125.47135.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.15%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=46.15%
G=26.92%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36212100.420.420.86026.3211.18
Hex24151502A2A5601ab
Octal4425250525212603213
Binary1001001010110101010101010101010101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241515; }

 p { color: rgb(36,21,21); }

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

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

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

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

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

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

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