#241414

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

Shades of Seal Brown #241414

Tints of Seal Brown #241414

Color information

#241414 (or 0x241414) is unknown color: approx Seal Brown. HEX triplet: 24, 14 and 14. RGB value is (36,20,20). Sum of RGB (Red+Green+Blue) = 36+20+20=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #241414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241414 is #DBEBEB. Grayscale: #181818. Windows color (decimal): -14412780 or 1315876. OLE color: 1315876.

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

Color convert

RGB362020-
CMYK00.440.440.86
HSL28.57%10.98%-
HSV(B)44.44%14.12%-
XYZ1.10.930.78-
YUV24.78125.3136-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=47.37%
G=26.32%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36202000.440.440.86028.5710.98
Hex24141402C2C5601db
Octal4424240545412603513
Binary1001001010010100010110010110010101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241414; }

 p { color: rgb(36,20,20); }

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

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

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

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

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

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

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