#301E19

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

Shades of Brown Pod #301E19

Tints of Brown Pod #301E19

Color information

#301E19 (or 0x301E19) is unknown color: approx Brown Pod. HEX triplet: 30, 1E and 19. RGB value is (48,30,25). Sum of RGB (Red+Green+Blue) = 48+30+25=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E19 is #CFE1E6. Grayscale: #222222. Windows color (decimal): -13623783 or 1646128. OLE color: 1646128.

HSL color Cylindrical-coordinate representation of color #301E19: hue angle of 13.04º 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 #301E19 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB483025-
CMYK00.370.480.81
HSL13.04º31.51%14.31%-
HSV(B)13.04º47.92%18.82%-
XYZ1.861.631.14-
YUV34.81122.46137.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=46.60%
G=29.13%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48302500.370.480.8113.0431.5114.31
Hex301E190253051d20e
Octal60363104560121154016
Binary11000011110110010100101110000101000111011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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