#301B11

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

Shades of Brown Pod #301B11

Tints of Brown Pod #301B11

Color information

#301B11 (or 0x301B11) is unknown color: approx Brown Pod. HEX triplet: 30, 1B and 11. RGB value is (48,27,17). Sum of RGB (Red+Green+Blue) = 48+27+17=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B11 is #CFE4EE. Grayscale: #202020. Windows color (decimal): -13624559 or 1121072. OLE color: 1121072.

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

Color convert

RGB482717-
CMYK00.440.650.81
HSL19.35º47.69%12.75%-
HSV(B)19.35º64.58%18.82%-
XYZ1.711.450.72-
YUV32.14119.46139.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=52.17%
G=29.35%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48271700.440.650.8119.3547.6912.75
Hex301B1102C41511330d
Octal603321054101121236015
Binary1100001101110001010110010000011010001100111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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