#3B2B15

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

Shades of Black Magic #3B2B15

Tints of Black Magic #3B2B15

Color information

#3B2B15 (or 0x3B2B15) is unknown color: approx Black Magic. HEX triplet: 3B, 2B and 15. RGB value is (59,43,21). Sum of RGB (Red+Green+Blue) = 59+43+21=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2B15 is #C4D4EA. Grayscale: #2D2D2D. Windows color (decimal): -12899563 or 1387323. OLE color: 1387323.

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

Color convert

RGB594321-
CMYK00.270.640.77
HSL34.74º47.5%15.69%-
HSV(B)34.74º64.41%23.14%-
XYZ2.82.711.09-
YUV45.28114.3137.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.97%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=47.97%
G=34.96%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59432100.270.640.7734.7447.515.69
Hex3B2B1501B404D233010
Octal735325033100115436020
Binary111011101011101010110111000000100110110001111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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