#3B1B15

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

Shades of Brown Pod #3B1B15

Tints of Brown Pod #3B1B15

Color information

#3B1B15 (or 0x3B1B15) is unknown color: approx Brown Pod. HEX triplet: 3B, 1B and 15. RGB value is (59,27,21). Sum of RGB (Red+Green+Blue) = 59+27+21=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1B15 is #C4E4EA. Grayscale: #232323. Windows color (decimal): -12903659 or 1383227. OLE color: 1383227.

HSL color Cylindrical-coordinate representation of color #3B1B15: hue angle of 9.47º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B1B15 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB592721-
CMYK00.540.640.77
HSL9.47º47.5%15.69%-
HSV(B)9.47º64.41%23.14%-
XYZ2.331.770.93-
YUV35.88119.6144.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.14%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=55.14%
G=25.23%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59272100.540.640.779.4747.515.69
Hex3B1B15036404D93010
Octal733325066100115116020
Binary1110111101110101011011010000001001101100111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1B15; }

 p { color: rgb(59,27,21); }

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

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

 a { background-color: rgb(59,27,21); }

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

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

 span { border-color: rgb(59,27,21); }

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