#342A1C

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

Shades of Black Magic #342A1C

Tints of Black Magic #342A1C

Color information

#342A1C (or 0x342A1C) is unknown color: approx Black Magic. HEX triplet: 34, 2A and 1C. RGB value is (52,42,28). Sum of RGB (Red+Green+Blue) = 52+42+28=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #342A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A1C is #CBD5E3. Grayscale: #2B2B2B. Windows color (decimal): -13358564 or 1845812. OLE color: 1845812.

HSL color Cylindrical-coordinate representation of color #342A1C: hue angle of 35º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #342A1C is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB524228-
CMYK00.190.460.80
HSL35º30%15.69%-
HSV(B)35º46.15%20.39%-
XYZ2.452.471.45-
YUV43.39119.31134.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=42.62%
G=34.43%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52422800.190.460.80353015.69
Hex342A1C0132E50231e10
Octal64523402356120433620
Binary1101001010101110001001110111010100001000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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