#301B13

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

Shades of Brown Pod #301B13

Tints of Brown Pod #301B13

Color information

#301B13 (or 0x301B13) is unknown color: approx Brown Pod. HEX triplet: 30, 1B and 13. RGB value is (48,27,19). Sum of RGB (Red+Green+Blue) = 48+27+19=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B13 is #CFE4EC. Grayscale: #202020. Windows color (decimal): -13624557 or 1252144. OLE color: 1252144.

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

Color convert

RGB482719-
CMYK00.440.600.81
HSL16.55º43.28%13.14%-
HSV(B)16.55º60.42%18.82%-
XYZ1.731.460.81-
YUV32.37120.46139.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=51.06%
G=28.72%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48271900.440.600.8116.5543.2813.14
Hex301B1302C3C51112bd
Octal60332305474121215315
Binary110000110111001101011001111001010001100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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