#301D18

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

Shades of Brown Pod #301D18

Tints of Brown Pod #301D18

Color information

#301D18 (or 0x301D18) is unknown color: approx Brown Pod. HEX triplet: 30, 1D and 18. RGB value is (48,29,24). Sum of RGB (Red+Green+Blue) = 48+29+24=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D18 is #CFE2E7. Grayscale: #222222. Windows color (decimal): -13624040 or 1580336. OLE color: 1580336.

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

Color convert

RGB482924-
CMYK00.400.50.81
HSL12.5º33.33%14.12%-
HSV(B)12.5º50%18.82%-
XYZ1.821.571.07-
YUV34.11122.29137.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 29 (11.72% from 255) = 28.71%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=47.52%
G=28.71%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48292400.400.50.8112.533.3314.12
Hex301D180283251c21e
Octal60353005062121144116
Binary11000011101110000101000110010101000111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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