#331E19

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

Shades of Brown Pod #331E19

Tints of Brown Pod #331E19

Color information

#331E19 (or 0x331E19) is unknown color: approx Brown Pod. HEX triplet: 33, 1E and 19. RGB value is (51,30,25). Sum of RGB (Red+Green+Blue) = 51+30+25=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #331E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E19 is #CCE1E6. Grayscale: #232323. Windows color (decimal): -13427175 or 1646131. OLE color: 1646131.

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

Color convert

RGB513025-
CMYK00.410.510.8
HSL11.54º34.21%14.9%-
HSV(B)11.54º50.98%20%-
XYZ21.71.14-
YUV35.71121.96138.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=48.11%
G=28.30%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51302500.410.510.811.5434.2114.9
Hex331E190293350c22f
Octal63363105163120144217
Binary11001111110110010101001110011101000011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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