#342A11

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

Shades of Black Magic #342A11

Tints of Black Magic #342A11

Color information

#342A11 (or 0x342A11) is unknown color: approx Black Magic. HEX triplet: 34, 2A and 11. RGB value is (52,42,17). Sum of RGB (Red+Green+Blue) = 52+42+17=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #342A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A11 is #CBD5EE. Grayscale: #2A2A2A. Windows color (decimal): -13358575 or 1124916. OLE color: 1124916.

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

Color convert

RGB524217-
CMYK00.190.670.80
HSL42.86º50.72%13.53%-
HSV(B)42.86º67.31%20.39%-
XYZ2.352.430.88-
YUV42.14113.81135.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 42 (16.80% from 255) = 37.84%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=46.85%
G=37.84%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52421700.190.670.8042.8650.7213.53
Hex342A1101343502b33e
Octal645221023103120536316
Binary11010010101010001010011100001110100001010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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