#301911

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

Shades of Brown Pod #301911

Tints of Brown Pod #301911

Color information

#301911 (or 0x301911) is unknown color: approx Brown Pod. HEX triplet: 30, 19 and 11. RGB value is (48,25,17). Sum of RGB (Red+Green+Blue) = 48+25+17=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301911 is #CFE6EE. Grayscale: #1F1F1F. Windows color (decimal): -13625071 or 1120560. OLE color: 1120560.

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

Color convert

RGB482517-
CMYK00.480.650.81
HSL15.48º47.69%12.75%-
HSV(B)15.48º64.58%18.82%-
XYZ1.671.360.71-
YUV30.96120.12140.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=53.33%
G=27.78%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48251700.480.650.8115.4847.6912.75
Hex3019110304151f30d
Octal603121060101121176015
Binary110000110011000101100001000001101000111111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301911; }

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

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

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

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

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

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

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

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