#311E1E

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

Shades of Seal Brown #311E1E

Tints of Seal Brown #311E1E

Color information

#311E1E (or 0x311E1E) is unknown color: approx Seal Brown. HEX triplet: 31, 1E and 1E. RGB value is (49,30,30). Sum of RGB (Red+Green+Blue) = 49+30+30=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #311E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E1E is #CEE1E1. Grayscale: #232323. Windows color (decimal): -13558242 or 1973809. OLE color: 1973809.

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

Color convert

RGB493030-
CMYK00.390.390.81
HSL24.05%15.49%-
HSV(B)38.78%19.22%-
XYZ1.971.681.45-
YUV35.68124.79137.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 30 (12.11% from 255) = 27.52%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=44.95%
G=27.52%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49303000.390.390.81024.0515.49
Hex311E1E0272751018f
Octal6136360474712103017
Binary1100011111011110010011110011110100010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E1E; }

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

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

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

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

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

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

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

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