#342A17

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

Shades of Black Magic #342A17

Tints of Black Magic #342A17

Color information

#342A17 (or 0x342A17) is unknown color: approx Black Magic. HEX triplet: 34, 2A and 17. RGB value is (52,42,23). Sum of RGB (Red+Green+Blue) = 52+42+23=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #342A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A17 is #CBD5E8. Grayscale: #2A2A2A. Windows color (decimal): -13358569 or 1518132. OLE color: 1518132.

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

Color convert

RGB524223-
CMYK00.190.560.80
HSL39.31º38.67%14.71%-
HSV(B)39.31º55.77%20.39%-
XYZ2.42.451.16-
YUV42.82116.81134.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 23 (9.38% from 255) = 19.66%
R=44.44%
G=35.90%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52422300.190.560.8039.3138.6714.71
Hex342A1701338502727f
Octal64522702370120474717
Binary1101001010101011101001111100010100001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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