#331F19

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

Shades of Brown Pod #331F19

Tints of Brown Pod #331F19

Color information

#331F19 (or 0x331F19) is unknown color: approx Brown Pod. HEX triplet: 33, 1F and 19. RGB value is (51,31,25). Sum of RGB (Red+Green+Blue) = 51+31+25=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F19 is #CCE0E6. Grayscale: #242424. Windows color (decimal): -13426919 or 1646387. OLE color: 1646387.

HSL color Cylindrical-coordinate representation of color #331F19: hue angle of 13.85º 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 #331F19 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB513125-
CMYK00.390.510.8
HSL13.85º34.21%14.9%-
HSV(B)13.85º50.98%20%-
XYZ2.031.751.15-
YUV36.3121.63138.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=47.66%
G=28.97%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51312500.390.510.813.8534.2114.9
Hex331F190273350e22f
Octal63373104763120164217
Binary11001111111110010100111110011101000011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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