#241815

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

Shades of Seal Brown #241815

Tints of Seal Brown #241815

Color information

#241815 (or 0x241815) is unknown color: approx Seal Brown. HEX triplet: 24, 18 and 15. RGB value is (36,24,21). Sum of RGB (Red+Green+Blue) = 36+24+21=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241815 is #DBE7EA. Grayscale: #1B1B1B. Windows color (decimal): -14411755 or 1382436. OLE color: 1382436.

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

Color convert

RGB362421-
CMYK00.330.420.86
HSL12º26.32%11.18%-
HSV(B)12º41.67%14.12%-
XYZ1.191.080.86-
YUV27.25124.48134.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=44.44%
G=29.63%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36242100.330.420.861226.3211.18
Hex2418150212A56c1ab
Octal44302504152126143213
Binary1001001100010101010000110101010101101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241815; }

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

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

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

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

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

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

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

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