#342B1D

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

Shades of Black Magic #342B1D

Tints of Black Magic #342B1D

Color information

#342B1D (or 0x342B1D) is unknown color: approx Black Magic. HEX triplet: 34, 2B and 1D. RGB value is (52,43,29). Sum of RGB (Red+Green+Blue) = 52+43+29=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B1D is #CBD4E2. Grayscale: #2C2C2C. Windows color (decimal): -13358307 or 1911604. OLE color: 1911604.

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

Color convert

RGB524329-
CMYK00.170.440.80
HSL36.52º28.4%15.88%-
HSV(B)36.52º44.23%20.39%-
XYZ2.52.551.52-
YUV44.1119.48133.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=41.94%
G=34.68%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52432900.170.440.8036.5228.415.88
Hex342B1D0112C50251c10
Octal64533502154120453420
Binary1101001010111110101000110110010100001001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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