#3B1301

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

Shades of Brown Pod #3B1301

Tints of Brown Pod #3B1301

Color information

#3B1301 (or 0x3B1301) is unknown color: approx Brown Pod. HEX triplet: 3B, 13 and 01. RGB value is (59,19,1). Sum of RGB (Red+Green+Blue) = 59+19+1=79 (10% of max value = 765). Red value is 59 (23.44% from 255 or 74.68% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1301 is #C4ECFE. Grayscale: #1D1D1D. Windows color (decimal): -12905727 or 70459. OLE color: 70459.

HSL color Cylindrical-coordinate representation of color #3B1301: hue angle of 18.62º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B1301 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB59191-
CMYK00.680.980.77
HSL18.62º96.67%11.76%-
HSV(B)18.62º98.31%23.14%-
XYZ2.041.40.19-
YUV28.91112.25149.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 74.68%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 1 (0.78% from 255) = 1.27%
R=74.68%
G=24.05%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5919100.680.980.7718.6296.6711.76
Hex3B131044624D1361c
Octal7323101041421152314114
Binary11101110011101000100110001010011011001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,1); }

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

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

 a { background-color: rgb(59,19,1); }

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

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

 span { border-color: rgb(59,19,1); }

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