#301D17

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

Shades of Brown Pod #301D17

Tints of Brown Pod #301D17

Color information

#301D17 (or 0x301D17) is unknown color: approx Brown Pod. HEX triplet: 30, 1D and 17. RGB value is (48,29,23). Sum of RGB (Red+Green+Blue) = 48+29+23=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #301D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D17 is #CFE2E8. Grayscale: #222222. Windows color (decimal): -13624041 or 1514800. OLE color: 1514800.

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

Color convert

RGB482923-
CMYK00.400.520.81
HSL14.4º35.21%13.92%-
HSV(B)14.4º52.08%18.82%-
XYZ1.811.571.02-
YUV34121.79137.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 23 (9.38% from 255) = 23%
R=48%
G=29%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48292300.400.520.8114.435.2113.92
Hex301D170283451e23e
Octal60352705064121164316
Binary11000011101101110101000110100101000111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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