#342B11

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

Shades of Black Magic #342B11

Tints of Black Magic #342B11

Color information

#342B11 (or 0x342B11) is unknown color: approx Black Magic. HEX triplet: 34, 2B and 11. RGB value is (52,43,17). Sum of RGB (Red+Green+Blue) = 52+43+17=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #342B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B11 is #CBD4EE. Grayscale: #2A2A2A. Windows color (decimal): -13358319 or 1125172. OLE color: 1125172.

HSL color Cylindrical-coordinate representation of color #342B11: hue angle of 44.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342B11 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB524317-
CMYK00.170.670.80
HSL44.57º50.72%13.53%-
HSV(B)44.57º67.31%20.39%-
XYZ2.382.50.89-
YUV42.73113.48134.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 43 (17.19% from 255) = 38.39%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=46.43%
G=38.39%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52431700.170.670.8044.5750.7213.53
Hex342B1101143502d33e
Octal645321021103120556316
Binary11010010101110001010001100001110100001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342B11; }

 p { color: rgb(52,43,17); }

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

<style>
 a { background-color: #342B11; }

 a { background-color: rgb(52,43,17); }

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

<style>
 span { border-color: #342B11; }

 span { border-color: rgb(52,43,17); }

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