#301A14

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

Shades of Brown Pod #301A14

Tints of Brown Pod #301A14

Color information

#301A14 (or 0x301A14) is unknown color: approx Brown Pod. HEX triplet: 30, 1A and 14. RGB value is (48,26,20). Sum of RGB (Red+Green+Blue) = 48+26+20=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A14 is #CFE5EB. Grayscale: #1F1F1F. Windows color (decimal): -13624812 or 1317424. OLE color: 1317424.

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

Color convert

RGB482620-
CMYK00.460.580.81
HSL12.86º41.18%13.33%-
HSV(B)12.86º58.33%18.82%-
XYZ1.711.420.85-
YUV31.89121.29139.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=51.06%
G=27.66%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48262000.460.580.8112.8641.1813.33
Hex301A1402E3A51d29d
Octal60322405672121155115
Binary11000011010101000101110111010101000111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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