#3B2C19

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

Shades of Black Magic #3B2C19

Tints of Black Magic #3B2C19

Color information

#3B2C19 (or 0x3B2C19) is unknown color: approx Black Magic. HEX triplet: 3B, 2C and 19. RGB value is (59,44,25). Sum of RGB (Red+Green+Blue) = 59+44+25=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C19 is #C4D3E6. Grayscale: #2E2E2E. Windows color (decimal): -12899303 or 1649723. OLE color: 1649723.

HSL color Cylindrical-coordinate representation of color #3B2C19: hue angle of 33.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B2C19 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.77.

Color convert

RGB594425-
CMYK00.250.580.77
HSL33.53º40.48%16.47%-
HSV(B)33.53º57.63%23.14%-
XYZ2.882.81.31-
YUV46.32115.97137.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.09%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=46.09%
G=34.38%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59442500.250.580.7733.5340.4816.47
Hex3B2C190193A4D222810
Octal73543103172115425020
Binary11101110110011001011001111010100110110001010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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