#291918

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

Shades of Seal Brown #291918

Tints of Seal Brown #291918

Color information

#291918 (or 0x291918) is unknown color: approx Seal Brown. HEX triplet: 29, 19 and 18. RGB value is (41,25,24). Sum of RGB (Red+Green+Blue) = 41+25+24=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291918 is #D6E6E7. Grayscale: #1D1D1D. Windows color (decimal): -14083816 or 1579305. OLE color: 1579305.

HSL color Cylindrical-coordinate representation of color #291918: hue angle of 3.53º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #291918 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB412524-
CMYK00.390.410.84
HSL3.53º26.15%12.75%-
HSV(B)3.53º41.46%16.08%-
XYZ1.431.231.03-
YUV29.67124.8136.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=45.56%
G=27.78%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41252400.390.410.843.5326.1512.75
Hex291918027295441ad
Octal5131300475112443215
Binary101001110011100001001111010011010100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291918; }

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

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

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

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

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

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

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

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