#241A19

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

Shades of Seal Brown #241A19

Tints of Seal Brown #241A19

Color information

#241A19 (or 0x241A19) is unknown color: approx Seal Brown. HEX triplet: 24, 1A and 19. RGB value is (36,26,25). Sum of RGB (Red+Green+Blue) = 36+26+25=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #241A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A19 is #DBE5E6. Grayscale: #1C1C1C. Windows color (decimal): -14411239 or 1645092. OLE color: 1645092.

HSL color Cylindrical-coordinate representation of color #241A19: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #241A19 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB362625-
CMYK00.280.310.86
HSL5.45º18.03%11.96%-
HSV(B)5.45º30.56%14.12%-
XYZ1.271.181.08-
YUV28.88125.81133.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=41.38%
G=29.89%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36262500.280.310.865.4518.0311.96
Hex241A1901C1F56512c
Octal4432310343712652214
Binary1001001101011001011100111111010110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241A19; }

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

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

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

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

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

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

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

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