#342B1C

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

Shades of Black Magic #342B1C

Tints of Black Magic #342B1C

Color information

#342B1C (or 0x342B1C) is unknown color: approx Black Magic. HEX triplet: 34, 2B and 1C. RGB value is (52,43,28). Sum of RGB (Red+Green+Blue) = 52+43+28=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #342B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B1C is #CBD4E3. Grayscale: #2C2C2C. Windows color (decimal): -13358308 or 1846068. OLE color: 1846068.

HSL color Cylindrical-coordinate representation of color #342B1C: hue angle of 37.5º 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 #342B1C is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB524328-
CMYK00.170.460.80
HSL37.5º30%15.69%-
HSV(B)37.5º46.15%20.39%-
XYZ2.492.541.46-
YUV43.98118.98133.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=42.28%
G=34.96%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52432800.170.460.8037.53015.69
Hex342B1C0112E50261e10
Octal64533402156120463620
Binary1101001010111110001000110111010100001001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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