#3B2E1C

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

Shades of Black Magic #3B2E1C

Tints of Black Magic #3B2E1C

Color information

#3B2E1C (or 0x3B2E1C) is unknown color: approx Black Magic. HEX triplet: 3B, 2E and 1C. RGB value is (59,46,28). Sum of RGB (Red+Green+Blue) = 59+46+28=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E1C is #C4D1E3. Grayscale: #2F2F2F. Windows color (decimal): -12898788 or 1846843. OLE color: 1846843.

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

Color convert

RGB594628-
CMYK00.220.530.77
HSL34.84º35.63%17.06%-
HSV(B)34.84º52.54%23.14%-
XYZ2.992.971.51-
YUV47.84116.81135.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.36%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=44.36%
G=34.59%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59462800.220.530.7734.8435.6317.06
Hex3B2E1C016354D232411
Octal73563402665115434421
Binary11101110111011100010110110101100110110001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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