#1F1715

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

Shades of Seal Brown #1F1715

Tints of Seal Brown #1F1715

Color information

#1F1715 (or 0x1F1715) is unknown color: approx Seal Brown. HEX triplet: 1F, 17 and 15. RGB value is (31,23,21). Sum of RGB (Red+Green+Blue) = 31+23+21=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1715 is #E0E8EA. Grayscale: #191919. Windows color (decimal): -14739691 or 1382175. OLE color: 1382175.

HSL color Cylindrical-coordinate representation of color #1F1715: hue angle of 12º 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 #1F1715 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB312321-
CMYK00.260.320.88
HSL12º19.23%10.2%-
HSV(B)12º32.26%12.16%-
XYZ1.010.960.84-
YUV25.16125.65132.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 21 (8.59% from 255) = 28%
R=41.33%
G=30.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31232100.260.320.881219.2310.2
Hex1F171501A2058c13a
Octal37272503240130142312
Binary11111101111010101101010000010110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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