#331F1B

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

Shades of Brown Pod #331F1B

Tints of Brown Pod #331F1B

Color information

#331F1B (or 0x331F1B) is unknown color: approx Brown Pod. HEX triplet: 33, 1F and 1B. RGB value is (51,31,27). Sum of RGB (Red+Green+Blue) = 51+31+27=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #331F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F1B is #CCE0E4. Grayscale: #242424. Windows color (decimal): -13426917 or 1777459. OLE color: 1777459.

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

Color convert

RGB513127-
CMYK00.390.470.8
HSL10º30.77%15.29%-
HSV(B)10º47.06%20%-
XYZ2.051.761.27-
YUV36.52122.63138.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=46.79%
G=28.44%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51312700.390.470.81030.7715.29
Hex331F1B0272F50a1ff
Octal63373304757120123717
Binary1100111111111011010011110111110100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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