#1F1513

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

Shades of Seal Brown #1F1513

Tints of Seal Brown #1F1513

Color information

#1F1513 (or 0x1F1513) is unknown color: approx Seal Brown. HEX triplet: 1F, 15 and 13. RGB value is (31,21,19). Sum of RGB (Red+Green+Blue) = 31+21+19=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1513 is #E0EAEC. Grayscale: #171717. Windows color (decimal): -14740205 or 1250591. OLE color: 1250591.

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

Color convert

RGB312119-
CMYK00.320.390.88
HSL10º24%9.8%-
HSV(B)10º38.71%12.16%-
XYZ0.950.870.73-
YUV23.76125.31133.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.66%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=43.66%
G=29.58%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31211900.320.390.8810249.8
Hex1F15130202758a18a
Octal37252304047130123012
Binary111111010110011010000010011110110001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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