#342C13

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

Shades of Black Magic #342C13

Tints of Black Magic #342C13

Color information

#342C13 (or 0x342C13) is unknown color: approx Black Magic. HEX triplet: 34, 2C and 13. RGB value is (52,44,19). Sum of RGB (Red+Green+Blue) = 52+44+19=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #342C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342C13 is #CBD3EC. Grayscale: #2B2B2B. Windows color (decimal): -13358061 or 1256500. OLE color: 1256500.

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

Color convert

RGB524419-
CMYK00.150.630.80
HSL45.45º46.48%13.92%-
HSV(B)45.45º63.46%20.39%-
XYZ2.432.580.99-
YUV43.54114.15134.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=45.22%
G=38.26%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52441900.150.630.8045.4546.4813.92
Hex342C130F3F502d2ee
Octal64542301777120555616
Binary110100101100100110111111111110100001011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,44,19); }

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

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

 a { background-color: rgb(52,44,19); }

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

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

 span { border-color: rgb(52,44,19); }

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