#3B2C06

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

Shades of Black Magic #3B2C06

Tints of Black Magic #3B2C06

Color information

#3B2C06 (or 0x3B2C06) is unknown color: approx Black Magic. HEX triplet: 3B, 2C and 06. RGB value is (59,44,6). Sum of RGB (Red+Green+Blue) = 59+44+6=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C06 is #C4D3F9. Grayscale: #2C2C2C. Windows color (decimal): -12899322 or 404539. OLE color: 404539.

HSL color Cylindrical-coordinate representation of color #3B2C06: hue angle of 43.02º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B2C06 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB59446-
CMYK00.250.900.77
HSL43.02º81.54%12.75%-
HSV(B)43.02º89.83%23.14%-
XYZ2.742.740.56-
YUV44.15106.47138.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.13%
GREEN value IS 44 (17.58% from 255) = 40.37%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=54.13%
G=40.37%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5944600.250.900.7743.0281.5412.75
Hex3B2C60195A4D2b52d
Octal735460311321155312215
Binary1110111011001100110011011010100110110101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,44,6); }

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

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

 a { background-color: rgb(59,44,6); }

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

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

 span { border-color: rgb(59,44,6); }

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