#301302

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

Shades of Brown Pod #301302

Tints of Brown Pod #301302

Color information

#301302 (or 0x301302) is unknown color: approx Brown Pod. HEX triplet: 30, 13 and 02. RGB value is (48,19,2). Sum of RGB (Red+Green+Blue) = 48+19+2=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #301302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301302 is #CFECFD. Grayscale: #191919. Windows color (decimal): -13626622 or 135984. OLE color: 135984.

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

Color convert

RGB48192-
CMYK00.600.960.81
HSL22.17º92%9.8%-
HSV(B)22.17º95.83%18.82%-
XYZ1.461.10.19-
YUV25.73114.61143.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 69.57%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=69.57%
G=27.54%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4819200.600.960.8122.17929.8
Hex3013203C6051165ca
Octal602320741401212613412
Binary11000010011100111100110000010100011011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301302; }

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

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

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

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

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

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

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

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