#342B16

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

Shades of Black Magic #342B16

Tints of Black Magic #342B16

Color information

#342B16 (or 0x342B16) is unknown color: approx Black Magic. HEX triplet: 34, 2B and 16. RGB value is (52,43,22). Sum of RGB (Red+Green+Blue) = 52+43+22=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #342B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B16 is #CBD4E9. Grayscale: #2B2B2B. Windows color (decimal): -13358314 or 1452852. OLE color: 1452852.

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

Color convert

RGB524322-
CMYK00.170.580.80
HSL42º40.54%14.51%-
HSV(B)42º57.69%20.39%-
XYZ2.422.521.12-
YUV43.3115.98134.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 43 (17.19% from 255) = 36.75%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=44.44%
G=36.75%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52432200.170.580.804240.5414.51
Hex342B160113A502a29f
Octal64532602172120525117
Binary1101001010111011001000111101010100001010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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