#1F1311

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

Shades of Seal Brown #1F1311

Tints of Seal Brown #1F1311

Color information

#1F1311 (or 0x1F1311) is unknown color: approx Seal Brown. HEX triplet: 1F, 13 and 11. RGB value is (31,19,17). Sum of RGB (Red+Green+Blue) = 31+19+17=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1311 is #E0ECEE. Grayscale: #161616. Windows color (decimal): -14740719 or 1119007. OLE color: 1119007.

HSL color Cylindrical-coordinate representation of color #1F1311: hue angle of 8.57º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1311 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB311917-
CMYK00.390.450.88
HSL8.57º29.17%9.41%-
HSV(B)8.57º45.16%12.16%-
XYZ0.90.80.64-
YUV22.36124.98134.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.27%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=46.27%
G=28.36%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31191700.390.450.888.5729.179.41
Hex1F13110272D5891d9
Octal37232104755130113511
Binary111111001110001010011110110110110001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1311; }

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

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

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

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

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

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

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

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