#301303

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

Shades of Brown Pod #301303

Tints of Brown Pod #301303

Color information

#301303 (or 0x301303) is unknown color: approx Brown Pod. HEX triplet: 30, 13 and 03. RGB value is (48,19,3). Sum of RGB (Red+Green+Blue) = 48+19+3=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #301303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301303 is #CFECFC. Grayscale: #191919. Windows color (decimal): -13626621 or 201520. OLE color: 201520.

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

Color convert

RGB48193-
CMYK00.600.940.81
HSL21.33º88.24%10%-
HSV(B)21.33º93.75%18.82%-
XYZ1.471.10.22-
YUV25.85115.11143.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 68.57%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=68.57%
G=27.14%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4819300.600.940.8121.3388.2410
Hex3013303C5E511558a
Octal602330741361212513012
Binary11000010011110111100101111010100011010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301303; }

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

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

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

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

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

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

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

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