#342917

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

Shades of Black Magic #342917

Tints of Black Magic #342917

Color information

#342917 (or 0x342917) is unknown color: approx Black Magic. HEX triplet: 34, 29 and 17. RGB value is (52,41,23). Sum of RGB (Red+Green+Blue) = 52+41+23=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #342917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342917 is #CBD6E8. Grayscale: #2A2A2A. Windows color (decimal): -13358825 or 1517876. OLE color: 1517876.

HSL color Cylindrical-coordinate representation of color #342917: hue angle of 37.24º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342917 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB524123-
CMYK00.210.560.80
HSL37.24º38.67%14.71%-
HSV(B)37.24º55.77%20.39%-
XYZ2.362.381.14-
YUV42.24117.14134.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=44.83%
G=35.34%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52412300.210.560.8037.2438.6714.71
Hex34291701538502527f
Octal64512702570120454717
Binary1101001010011011101010111100010100001001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342917; }

 p { color: rgb(52,41,23); }

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

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

 a { background-color: rgb(52,41,23); }

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

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

 span { border-color: rgb(52,41,23); }

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