#311A1A

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

Shades of Seal Brown #311A1A

Tints of Seal Brown #311A1A

Color information

#311A1A (or 0x311A1A) is unknown color: approx Seal Brown. HEX triplet: 31, 1A and 1A. RGB value is (49,26,26). Sum of RGB (Red+Green+Blue) = 49+26+26=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A1A is #CEE5E5. Grayscale: #202020. Windows color (decimal): -13559270 or 1710641. OLE color: 1710641.

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

Color convert

RGB492626-
CMYK00.470.470.81
HSL30.67%14.71%-
HSV(B)46.94%19.22%-
XYZ1.821.471.16-
YUV32.88124.12139.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=48.51%
G=25.74%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49262600.470.470.81030.6714.71
Hex311A1A02F2F5101ff
Octal6132320575712103717
Binary1100011101011010010111110111110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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