#241816

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

Shades of Seal Brown #241816

Tints of Seal Brown #241816

Color information

#241816 (or 0x241816) is unknown color: approx Seal Brown. HEX triplet: 24, 18 and 16. RGB value is (36,24,22). Sum of RGB (Red+Green+Blue) = 36+24+22=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241816 is #DBE7E9. Grayscale: #1B1B1B. Windows color (decimal): -14411754 or 1447972. OLE color: 1447972.

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

Color convert

RGB362422-
CMYK00.330.390.86
HSL8.57º24.14%11.37%-
HSV(B)8.57º38.89%14.12%-
XYZ1.21.090.91-
YUV27.36124.98134.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=43.90%
G=29.27%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36242200.330.390.868.5724.1411.37
Hex2418160212756918b
Octal44302604147126113013
Binary1001001100010110010000110011110101101001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241816; }

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

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

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

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

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

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

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

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