#331E1D

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

Shades of Seal Brown #331E1D

Tints of Seal Brown #331E1D

Color information

#331E1D (or 0x331E1D) is unknown color: approx Seal Brown. HEX triplet: 33, 1E and 1D. RGB value is (51,30,29). Sum of RGB (Red+Green+Blue) = 51+30+29=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #331E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E1D is #CCE1E2. Grayscale: #242424. Windows color (decimal): -13427171 or 1908275. OLE color: 1908275.

HSL color Cylindrical-coordinate representation of color #331E1D: hue angle of 2.73º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #331E1D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB513029-
CMYK00.410.430.8
HSL2.73º27.5%15.69%-
HSV(B)2.73º43.14%20%-
XYZ2.051.721.39-
YUV36.16123.96138.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=46.36%
G=27.27%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51302900.410.430.82.7327.515.69
Hex331E1D0292B5031c10
Octal6336350515312033420
Binary110011111101110101010011010111010000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E1D; }

 p { color: rgb(51,30,29); }

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

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

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

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

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

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

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