#301100

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

Shades of Brown Pod #301100

Tints of Brown Pod #301100

Color information

#301100 (or 0x301100) is unknown color: approx Brown Pod. HEX triplet: 30, 11 and 00. RGB value is (48,17,0). Sum of RGB (Red+Green+Blue) = 48+17+0=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #301100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301100 is #CFEEFF. Grayscale: #181818. Windows color (decimal): -13627136 or 4400. OLE color: 4400.

HSL color Cylindrical-coordinate representation of color #301100: hue angle of 21.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 #301100 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB48170-
CMYK00.6510.81
HSL21.25º100%9.41%-
HSV(B)21.25º100%18.82%-
XYZ1.421.030.12-
YUV24.33114.27144.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 73.85%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.85%
G=26.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4817000.6510.8121.251009.41
Hex30110041645115649
Octal6021001011441212514411
Binary11000010001001000001110010010100011010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301100; }

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

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

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

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

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

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

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

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