#31130B

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

Shades of Seal Brown #31130B

Tints of Seal Brown #31130B

Color information

#31130B (or 0x31130B) is unknown color: approx Seal Brown. HEX triplet: 31, 13 and 0B. RGB value is (49,19,11). Sum of RGB (Red+Green+Blue) = 49+19+11=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130B is #CEECF4. Grayscale: #1B1B1B. Windows color (decimal): -13561077 or 725809. OLE color: 725809.

HSL color Cylindrical-coordinate representation of color #31130B: hue angle of 12.63º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31130B is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB491911-
CMYK00.610.780.81
HSL12.63º63.33%11.76%-
HSV(B)12.63º77.55%19.22%-
XYZ1.561.140.45-
YUV27.06118.94143.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=62.03%
G=24.05%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49191100.610.780.8112.6363.3311.76
Hex3113B03D4E51d3fc
Octal612313075116121157714
Binary11000110011101101111011001110101000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31130B; }

 p { color: rgb(49,19,11); }

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

<style>
 a { background-color: #31130B; }

 a { background-color: rgb(49,19,11); }

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

<style>
 span { border-color: #31130B; }

 span { border-color: rgb(49,19,11); }

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