#1F100C

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

Shades of Seal Brown #1F100C

Tints of Seal Brown #1F100C

Color information

#1F100C (or 0x1F100C) is unknown color: approx Seal Brown. HEX triplet: 1F, 10 and 0C. RGB value is (31,16,12). Sum of RGB (Red+Green+Blue) = 31+16+12=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F100C is #E0EFF3. Grayscale: #141414. Windows color (decimal): -14741492 or 790559. OLE color: 790559.

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

Color convert

RGB311612-
CMYK00.480.610.88
HSL12.63º44.19%8.43%-
HSV(B)12.63º61.29%12.16%-
XYZ0.820.690.44-
YUV20.03123.47135.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 52.54%
GREEN value IS 16 (6.64% from 255) = 27.12%
BLUE value IS 12 (5.08% from 255) = 20.34%
R=52.54%
G=27.12%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31161200.480.610.8812.6344.198.43
Hex1F10C0303D58d2c8
Octal37201406075130155410
Binary111111000011000110000111101101100011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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