#301400

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

Shades of Brown Pod #301400

Tints of Brown Pod #301400

Color information

#301400 (or 0x301400) is unknown color: approx Brown Pod. HEX triplet: 30, 14 and 00. RGB value is (48,20,0). Sum of RGB (Red+Green+Blue) = 48+20+0=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #301400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301400 is #CFEBFF. Grayscale: #1A1A1A. Windows color (decimal): -13626368 or 5168. OLE color: 5168.

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

Color convert

RGB48200-
CMYK00.5810.81
HSL25º100%9.41%-
HSV(B)25º100%18.82%-
XYZ1.471.130.14-
YUV26.09113.28143.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 70.59%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.59%
G=29.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4820000.5810.81251009.41
Hex3014003A645119649
Octal602400721441213114411
Binary1100001010000111010110010010100011100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301400; }

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

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

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

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

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

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

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

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