#301B10

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

Shades of Brown Pod #301B10

Tints of Brown Pod #301B10

Color information

#301B10 (or 0x301B10) is unknown color: approx Brown Pod. HEX triplet: 30, 1B and 10. RGB value is (48,27,16). Sum of RGB (Red+Green+Blue) = 48+27+16=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B10 is #CFE4EF. Grayscale: #202020. Windows color (decimal): -13624560 or 1055536. OLE color: 1055536.

HSL color Cylindrical-coordinate representation of color #301B10: hue angle of 20.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301B10 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB482716-
CMYK00.440.670.81
HSL20.62º50%12.55%-
HSV(B)20.62º66.67%18.82%-
XYZ1.71.450.68-
YUV32.02118.96139.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=52.75%
G=29.67%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48271600.440.670.8120.625012.55
Hex301B1002C43511532d
Octal603320054103121256215
Binary1100001101110000010110010000111010001101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301B10; }

 p { color: rgb(48,27,16); }

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

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

 a { background-color: rgb(48,27,16); }

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

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

 span { border-color: rgb(48,27,16); }

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