#342A16

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

Shades of Black Magic #342A16

Tints of Black Magic #342A16

Color information

#342A16 (or 0x342A16) is unknown color: approx Black Magic. HEX triplet: 34, 2A and 16. RGB value is (52,42,22). Sum of RGB (Red+Green+Blue) = 52+42+22=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #342A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A16 is #CBD5E9. Grayscale: #2A2A2A. Windows color (decimal): -13358570 or 1452596. OLE color: 1452596.

HSL color Cylindrical-coordinate representation of color #342A16: hue angle of 40º 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 #342A16 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB524222-
CMYK00.190.580.80
HSL40º40.54%14.51%-
HSV(B)40º57.69%20.39%-
XYZ2.392.441.1-
YUV42.71116.31134.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=44.83%
G=36.21%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52422200.190.580.804040.5414.51
Hex342A160133A502829f
Octal64522602372120505117
Binary1101001010101011001001111101010100001010001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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