#301B16

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

Shades of Brown Pod #301B16

Tints of Brown Pod #301B16

Color information

#301B16 (or 0x301B16) is unknown color: approx Brown Pod. HEX triplet: 30, 1B and 16. RGB value is (48,27,22). Sum of RGB (Red+Green+Blue) = 48+27+22=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B16 is #CFE4E9. Grayscale: #202020. Windows color (decimal): -13624554 or 1448752. OLE color: 1448752.

HSL color Cylindrical-coordinate representation of color #301B16: hue angle of 11.54º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301B16 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB482722-
CMYK00.440.540.81
HSL11.54º37.14%13.73%-
HSV(B)11.54º54.17%18.82%-
XYZ1.761.470.95-
YUV32.71121.96138.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=49.48%
G=27.84%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48272200.440.540.8111.5437.1413.73
Hex301B1602C3651c25e
Octal60332605466121144516
Binary11000011011101100101100110110101000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301B16; }

 p { color: rgb(48,27,22); }

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

<style>
 a { background-color: #301B16; }

 a { background-color: rgb(48,27,22); }

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

<style>
 span { border-color: #301B16; }

 span { border-color: rgb(48,27,22); }

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