#1F1717

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

Shades of Seal Brown #1F1717

Tints of Seal Brown #1F1717

Color information

#1F1717 (or 0x1F1717) is unknown color: approx Seal Brown. HEX triplet: 1F, 17 and 17. RGB value is (31,23,23). Sum of RGB (Red+Green+Blue) = 31+23+23=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1717 is #E0E8E8. Grayscale: #191919. Windows color (decimal): -14739689 or 1513247. OLE color: 1513247.

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

Color convert

RGB312323-
CMYK00.260.260.88
HSL14.81%10.59%-
HSV(B)25.81%12.16%-
XYZ1.030.970.94-
YUV25.39126.65132-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.26%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 23 (9.38% from 255) = 29.87%
R=40.26%
G=29.87%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31232300.260.260.88014.8110.59
Hex1F171701A1A580fb
Octal3727270323213001713
Binary111111011110111011010110101011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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