#311919

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

Shades of Seal Brown #311919

Tints of Seal Brown #311919

Color information

#311919 (or 0x311919) is unknown color: approx Seal Brown. HEX triplet: 31, 19 and 19. RGB value is (49,25,25). Sum of RGB (Red+Green+Blue) = 49+25+25=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311919 is #CEE6E6. Grayscale: #202020. Windows color (decimal): -13559527 or 1644849. OLE color: 1644849.

HSL color Cylindrical-coordinate representation of color #311919: hue angle of 0º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #311919 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB492525-
CMYK00.490.490.81
HSL32.43%14.51%-
HSV(B)48.98%19.22%-
XYZ1.791.421.1-
YUV32.18123.95140-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=49.49%
G=25.25%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49252500.490.490.81032.4314.51
Hex3119190313151020f
Octal6131310616112104017
Binary11000111001110010110001110001101000101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311919; }

 p { color: rgb(49,25,25); }

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

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

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

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

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

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

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