#301B12

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

Shades of Brown Pod #301B12

Tints of Brown Pod #301B12

Color information

#301B12 (or 0x301B12) is unknown color: approx Brown Pod. HEX triplet: 30, 1B and 12. RGB value is (48,27,18). Sum of RGB (Red+Green+Blue) = 48+27+18=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B12 is #CFE4ED. Grayscale: #202020. Windows color (decimal): -13624558 or 1186608. OLE color: 1186608.

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

Color convert

RGB482718-
CMYK00.440.630.81
HSL18º45.45%12.94%-
HSV(B)18º62.5%18.82%-
XYZ1.721.460.76-
YUV32.25119.96139.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 27 (10.94% from 255) = 29.03%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=51.61%
G=29.03%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48271800.440.630.811845.4512.94
Hex301B1202C3F51122dd
Octal60332205477121225515
Binary110000110111001001011001111111010001100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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