#3B2E1B

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

Shades of Black Magic #3B2E1B

Tints of Black Magic #3B2E1B

Color information

#3B2E1B (or 0x3B2E1B) is unknown color: approx Black Magic. HEX triplet: 3B, 2E and 1B. RGB value is (59,46,27). Sum of RGB (Red+Green+Blue) = 59+46+27=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E1B is #C4D1E4. Grayscale: #2F2F2F. Windows color (decimal): -12898789 or 1781307. OLE color: 1781307.

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

Color convert

RGB594627-
CMYK00.220.540.77
HSL35.62º37.21%16.86%-
HSV(B)35.62º54.24%23.14%-
XYZ2.982.961.45-
YUV47.72116.31136.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.70%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=44.70%
G=34.85%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59462700.220.540.7735.6237.2116.86
Hex3B2E1B016364D242511
Octal73563302666115444521
Binary11101110111011011010110110110100110110010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,46,27); }

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

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

 a { background-color: rgb(59,46,27); }

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

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

 span { border-color: rgb(59,46,27); }

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