#301A11

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

Shades of Brown Pod #301A11

Tints of Brown Pod #301A11

Color information

#301A11 (or 0x301A11) is unknown color: approx Brown Pod. HEX triplet: 30, 1A and 11. RGB value is (48,26,17). Sum of RGB (Red+Green+Blue) = 48+26+17=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A11 is #CFE5EE. Grayscale: #1F1F1F. Windows color (decimal): -13624815 or 1120816. OLE color: 1120816.

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

Color convert

RGB482617-
CMYK00.460.650.81
HSL17.42º47.69%12.75%-
HSV(B)17.42º64.58%18.82%-
XYZ1.691.410.71-
YUV31.55119.79139.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=52.75%
G=28.57%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48261700.460.650.8117.4247.6912.75
Hex301A1102E41511130d
Octal603221056101121216015
Binary1100001101010001010111010000011010001100011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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