#1F1615

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

Shades of Seal Brown #1F1615

Tints of Seal Brown #1F1615

Color information

#1F1615 (or 0x1F1615) is unknown color: approx Seal Brown. HEX triplet: 1F, 16 and 15. RGB value is (31,22,21). Sum of RGB (Red+Green+Blue) = 31+22+21=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1615 is #E0E9EA. Grayscale: #181818. Windows color (decimal): -14739947 or 1381919. OLE color: 1381919.

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

Color convert

RGB312221-
CMYK00.290.320.88
HSL19.23%10.2%-
HSV(B)32.26%12.16%-
XYZ0.990.920.83-
YUV24.58125.98132.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.89%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 21 (8.59% from 255) = 28.38%
R=41.89%
G=29.73%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31222100.290.320.88619.2310.2
Hex1F161501D2058613a
Octal3726250354013062312
Binary1111110110101010111011000001011000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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