#241310

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

Shades of Seal Brown #241310

Tints of Seal Brown #241310

Color information

#241310 (or 0x241310) is unknown color: approx Seal Brown. HEX triplet: 24, 13 and 10. RGB value is (36,19,16). Sum of RGB (Red+Green+Blue) = 36+19+16=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #241310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241310 is #DBECEF. Grayscale: #171717. Windows color (decimal): -14413040 or 1053476. OLE color: 1053476.

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

Color convert

RGB361916-
CMYK00.470.560.86
HSL38.46%10.2%-
HSV(B)55.56%14.12%-
XYZ1.050.880.6-
YUV23.74123.63136.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50.70%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=50.70%
G=26.76%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36191600.470.560.86938.4610.2
Hex24131002F3856926a
Octal44232005770126114612
Binary10010010011100000101111111000101011010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241310; }

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

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

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

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

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

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

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

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