#241311

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

Shades of Seal Brown #241311

Tints of Seal Brown #241311

Color information

#241311 (or 0x241311) is unknown color: approx Seal Brown. HEX triplet: 24, 13 and 11. RGB value is (36,19,17). Sum of RGB (Red+Green+Blue) = 36+19+17=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #241311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241311 is #DBECEE. Grayscale: #171717. Windows color (decimal): -14413039 or 1119012. OLE color: 1119012.

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

Color convert

RGB361917-
CMYK00.470.530.86
HSL6.32º35.85%10.39%-
HSV(B)6.32º52.78%14.12%-
XYZ1.060.880.64-
YUV23.85124.13136.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=50%
G=26.39%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36191700.470.530.866.3235.8510.39
Hex24131102F3556624a
Octal4423210576512664412
Binary1001001001110001010111111010110101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241311; }

 p { color: rgb(36,19,17); }

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

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

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

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

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

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

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