#301A10

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

Shades of Brown Pod #301A10

Tints of Brown Pod #301A10

Color information

#301A10 (or 0x301A10) is unknown color: approx Brown Pod. HEX triplet: 30, 1A and 10. RGB value is (48,26,16). Sum of RGB (Red+Green+Blue) = 48+26+16=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A10 is #CFE5EF. Grayscale: #1F1F1F. Windows color (decimal): -13624816 or 1055280. OLE color: 1055280.

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

Color convert

RGB482616-
CMYK00.460.670.81
HSL18.75º50%12.55%-
HSV(B)18.75º66.67%18.82%-
XYZ1.681.40.67-
YUV31.44119.29139.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=53.33%
G=28.89%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48261600.460.670.8118.755012.55
Hex301A1002E43511332d
Octal603220056103121236215
Binary1100001101010000010111010000111010001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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