#342A12

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

Shades of Black Magic #342A12

Tints of Black Magic #342A12

Color information

#342A12 (or 0x342A12) is unknown color: approx Black Magic. HEX triplet: 34, 2A and 12. RGB value is (52,42,18). Sum of RGB (Red+Green+Blue) = 52+42+18=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #342A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A12 is #CBD5ED. Grayscale: #2A2A2A. Windows color (decimal): -13358574 or 1190452. OLE color: 1190452.

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

Color convert

RGB524218-
CMYK00.190.650.80
HSL42.35º48.57%13.73%-
HSV(B)42.35º65.38%20.39%-
XYZ2.352.430.92-
YUV42.25114.31134.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=46.43%
G=37.5%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52421800.190.650.8042.3548.5713.73
Hex342A1201341502a31e
Octal645222023101120526116
Binary11010010101010010010011100000110100001010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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