#1F100B

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

Shades of Seal Brown #1F100B

Tints of Seal Brown #1F100B

Color information

#1F100B (or 0x1F100B) is unknown color: approx Seal Brown. HEX triplet: 1F, 10 and 0B. RGB value is (31,16,11). Sum of RGB (Red+Green+Blue) = 31+16+11=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F100B is #E0EFF4. Grayscale: #131313. Windows color (decimal): -14741493 or 725023. OLE color: 725023.

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

Color convert

RGB311611-
CMYK00.480.650.88
HSL15º47.62%8.24%-
HSV(B)15º64.52%12.16%-
XYZ0.810.690.41-
YUV19.92122.97135.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 11 (4.69% from 255) = 18.97%
R=53.45%
G=27.59%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31161100.480.650.881547.628.24
Hex1F10B0304158f308
Octal372013060101130176010
Binary1111110000101101100001000001101100011111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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