#301910

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

Shades of Brown Pod #301910

Tints of Brown Pod #301910

Color information

#301910 (or 0x301910) is unknown color: approx Brown Pod. HEX triplet: 30, 19 and 10. RGB value is (48,25,16). Sum of RGB (Red+Green+Blue) = 48+25+16=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301910 is #CFE6EF. Grayscale: #1E1E1E. Windows color (decimal): -13625072 or 1055024. OLE color: 1055024.

HSL color Cylindrical-coordinate representation of color #301910: hue angle of 16.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301910 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB482516-
CMYK00.480.670.81
HSL16.88º50%12.55%-
HSV(B)16.88º66.67%18.82%-
XYZ1.661.360.67-
YUV30.85119.62140.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 25 (10.16% from 255) = 28.09%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=53.93%
G=28.09%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48251600.480.670.8116.885012.55
Hex30191003043511132d
Octal603120060103121216215
Binary1100001100110000011000010000111010001100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301910; }

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

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

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

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

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

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

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

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