#342716

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

Shades of Black Magic #342716

Tints of Black Magic #342716

Color information

#342716 (or 0x342716) is unknown color: approx Black Magic. HEX triplet: 34, 27 and 16. RGB value is (52,39,22). Sum of RGB (Red+Green+Blue) = 52+39+22=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #342716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342716 is #CBD8E9. Grayscale: #292929. Windows color (decimal): -13359338 or 1451828. OLE color: 1451828.

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

Color convert

RGB523922-
CMYK00.250.580.80
HSL34º40.54%14.51%-
HSV(B)34º57.69%20.39%-
XYZ2.292.241.07-
YUV40.95117.31135.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=46.02%
G=34.51%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52392200.250.580.803440.5414.51
Hex3427160193A502229f
Octal64472603172120425117
Binary1101001001111011001100111101010100001000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342716; }

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

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

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

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

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

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

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

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