#3B2D15

Color #3B2D15 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #3B2D15

Tints of Black Magic #3B2D15

Color information

#3B2D15 (or 0x3B2D15) is unknown color: approx Black Magic. HEX triplet: 3B, 2D and 15. RGB value is (59,45,21). Sum of RGB (Red+Green+Blue) = 59+45+21=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2D15 is #C4D2EA. Grayscale: #2E2E2E. Windows color (decimal): -12899051 or 1387835. OLE color: 1387835.

HSL color Cylindrical-coordinate representation of color #3B2D15: hue angle of 37.89º 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 #3B2D15 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB594521-
CMYK00.240.640.77
HSL37.89º47.5%15.69%-
HSV(B)37.89º64.41%23.14%-
XYZ2.882.861.11-
YUV46.45113.64136.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.2%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=47.2%
G=36%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59452100.240.640.7737.8947.515.69
Hex3B2D15018404D263010
Octal735525030100115466020
Binary111011101101101010110001000000100110110011011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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