#1F1312

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

Shades of Seal Brown #1F1312

Tints of Seal Brown #1F1312

Color information

#1F1312 (or 0x1F1312) is unknown color: approx Seal Brown. HEX triplet: 1F, 13 and 12. RGB value is (31,19,18). Sum of RGB (Red+Green+Blue) = 31+19+18=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1312 is #E0ECED. Grayscale: #161616. Windows color (decimal): -14740718 or 1184543. OLE color: 1184543.

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

Color convert

RGB311918-
CMYK00.390.420.88
HSL4.62º26.53%9.61%-
HSV(B)4.62º41.94%12.16%-
XYZ0.910.80.68-
YUV22.47125.48134.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 45.59%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=45.59%
G=27.94%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31191800.390.420.884.6226.539.61
Hex1F13120272A5851ba
Octal3723220475213053312
Binary11111100111001001001111010101011000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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