#331F14

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

Shades of Brown Pod #331F14

Tints of Brown Pod #331F14

Color information

#331F14 (or 0x331F14) is unknown color: approx Brown Pod. HEX triplet: 33, 1F and 14. RGB value is (51,31,20). Sum of RGB (Red+Green+Blue) = 51+31+20=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #331F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F14 is #CCE0EB. Grayscale: #232323. Windows color (decimal): -13426924 or 1318707. OLE color: 1318707.

HSL color Cylindrical-coordinate representation of color #331F14: hue angle of 21.29º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #331F14 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB513120-
CMYK00.390.610.8
HSL21.29º43.66%13.92%-
HSV(B)21.29º60.78%20%-
XYZ1.981.730.89-
YUV35.73119.13138.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=50%
G=30.39%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51312000.390.610.821.2943.6613.92
Hex331F140273D50152ce
Octal63372404775120255416
Binary110011111111010001001111111011010000101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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