#311101

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

Shades of Seal Brown #311101

Tints of Seal Brown #311101

Color information

#311101 (or 0x311101) is unknown color: approx Seal Brown. HEX triplet: 31, 11 and 01. RGB value is (49,17,1). Sum of RGB (Red+Green+Blue) = 49+17+1=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #311101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311101 is #CEEEFE. Grayscale: #181818. Windows color (decimal): -13561599 or 69937. OLE color: 69937.

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

Color convert

RGB49171-
CMYK00.650.980.81
HSL20º96%9.8%-
HSV(B)20º97.96%19.22%-
XYZ1.471.060.15-
YUV24.74114.6145.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 73.13%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=73.13%
G=25.37%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4917100.650.980.8120969.8
Hex3111104162511460a
Octal6121101011421212414012
Binary11000110001101000001110001010100011010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311101; }

 p { color: rgb(49,17,1); }

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

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

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

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

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

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

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