#301304

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

Shades of Brown Pod #301304

Tints of Brown Pod #301304

Color information

#301304 (or 0x301304) is unknown color: approx Brown Pod. HEX triplet: 30, 13 and 04. RGB value is (48,19,4). Sum of RGB (Red+Green+Blue) = 48+19+4=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301304 is #CFECFB. Grayscale: #1A1A1A. Windows color (decimal): -13626620 or 267056. OLE color: 267056.

HSL color Cylindrical-coordinate representation of color #301304: hue angle of 20.45º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #301304 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB48194-
CMYK00.600.920.81
HSL20.45º84.62%10.2%-
HSV(B)20.45º91.67%18.82%-
XYZ1.471.10.25-
YUV25.96115.61143.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=67.61%
G=26.76%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4819400.600.920.8120.4584.6210.2
Hex3013403C5C511455a
Octal602340741341212412512
Binary110000100111000111100101110010100011010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301304; }

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

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

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

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

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

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

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

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