#3B2F1C

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

Shades of Black Magic #3B2F1C

Tints of Black Magic #3B2F1C

Color information

#3B2F1C (or 0x3B2F1C) is unknown color: approx Black Magic. HEX triplet: 3B, 2F and 1C. RGB value is (59,47,28). Sum of RGB (Red+Green+Blue) = 59+47+28=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F1C is #C4D0E3. Grayscale: #303030. Windows color (decimal): -12898532 or 1847099. OLE color: 1847099.

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

Color convert

RGB594728-
CMYK00.200.530.77
HSL36.77º35.63%17.06%-
HSV(B)36.77º52.54%23.14%-
XYZ3.033.051.53-
YUV48.42116.48135.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.03%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=44.03%
G=35.07%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59472800.200.530.7736.7735.6317.06
Hex3B2F1C014354D252411
Octal73573402465115454421
Binary11101110111111100010100110101100110110010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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