#3B1C18

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

Shades of Brown Pod #3B1C18

Tints of Brown Pod #3B1C18

Color information

#3B1C18 (or 0x3B1C18) is unknown color: approx Brown Pod. HEX triplet: 3B, 1C and 18. RGB value is (59,28,24). Sum of RGB (Red+Green+Blue) = 59+28+24=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1C18 is #C4E3E7. Grayscale: #242424. Windows color (decimal): -12903400 or 1580091. OLE color: 1580091.

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

Color convert

RGB592824-
CMYK00.530.590.77
HSL6.86º42.17%16.27%-
HSV(B)6.86º59.32%23.14%-
XYZ2.381.831.09-
YUV36.81120.77143.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 53.15%
GREEN value IS 28 (11.33% from 255) = 25.23%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=53.15%
G=25.23%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59282400.530.590.776.8642.1716.27
Hex3B1C180353B4D72a10
Octal7334300657311575220
Binary11101111100110000110101111011100110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,28,24); }

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

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

 a { background-color: rgb(59,28,24); }

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

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

 span { border-color: rgb(59,28,24); }

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