#1F100F

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

Shades of Seal Brown #1F100F

Tints of Seal Brown #1F100F

Color information

#1F100F (or 0x1F100F) is unknown color: approx Seal Brown. HEX triplet: 1F, 10 and 0F. RGB value is (31,16,15). Sum of RGB (Red+Green+Blue) = 31+16+15=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F100F is #E0EFF0. Grayscale: #141414. Windows color (decimal): -14741489 or 987167. OLE color: 987167.

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

Color convert

RGB311615-
CMYK00.480.520.88
HSL3.75º34.78%9.02%-
HSV(B)3.75º51.61%12.16%-
XYZ0.840.70.54-
YUV20.37124.97135.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=50%
G=25.81%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31161500.480.520.883.7534.789.02
Hex1F10F03034584239
Octal3720170606413044311
Binary11111100001111011000011010010110001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,15); }

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

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

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

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

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

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

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