#342A14

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

Shades of Black Magic #342A14

Tints of Black Magic #342A14

Color information

#342A14 (or 0x342A14) is unknown color: approx Black Magic. HEX triplet: 34, 2A and 14. RGB value is (52,42,20). Sum of RGB (Red+Green+Blue) = 52+42+20=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #342A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A14 is #CBD5EB. Grayscale: #2A2A2A. Windows color (decimal): -13358572 or 1321524. OLE color: 1321524.

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

Color convert

RGB524220-
CMYK00.190.620.80
HSL41.25º44.44%14.12%-
HSV(B)41.25º61.54%20.39%-
XYZ2.372.441.01-
YUV42.48115.31134.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=45.61%
G=36.84%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52422000.190.620.8041.2544.4414.12
Hex342A140133E50292ce
Octal64522402376120515416
Binary1101001010101010001001111111010100001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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