#301D19

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

Shades of Brown Pod #301D19

Tints of Brown Pod #301D19

Color information

#301D19 (or 0x301D19) is unknown color: approx Brown Pod. HEX triplet: 30, 1D and 19. RGB value is (48,29,25). Sum of RGB (Red+Green+Blue) = 48+29+25=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D19 is #CFE2E6. Grayscale: #222222. Windows color (decimal): -13624039 or 1645872. OLE color: 1645872.

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

Color convert

RGB482925-
CMYK00.400.480.81
HSL10.43º31.51%14.31%-
HSV(B)10.43º47.92%18.82%-
XYZ1.831.581.13-
YUV34.22122.79137.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 29 (11.72% from 255) = 28.43%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=47.06%
G=28.43%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48292500.400.480.8110.4331.5114.31
Hex301D190283051a20e
Octal60353105060121124016
Binary11000011101110010101000110000101000110101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,25); }

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

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

 a { background-color: rgb(48,29,25); }

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

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

 span { border-color: rgb(48,29,25); }

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