#301A13

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

Shades of Brown Pod #301A13

Tints of Brown Pod #301A13

Color information

#301A13 (or 0x301A13) is unknown color: approx Brown Pod. HEX triplet: 30, 1A and 13. RGB value is (48,26,19). Sum of RGB (Red+Green+Blue) = 48+26+19=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A13 is #CFE5EC. Grayscale: #1F1F1F. Windows color (decimal): -13624813 or 1251888. OLE color: 1251888.

HSL color Cylindrical-coordinate representation of color #301A13: hue angle of 14.48º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301A13 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB482619-
CMYK00.460.600.81
HSL14.48º43.28%13.14%-
HSV(B)14.48º60.42%18.82%-
XYZ1.711.410.8-
YUV31.78120.79139.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=51.61%
G=27.96%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48261900.460.600.8114.4843.2813.14
Hex301A1302E3C51e2bd
Octal60322305674121165315
Binary11000011010100110101110111100101000111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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