#342D1B

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

Shades of Black Magic #342D1B

Tints of Black Magic #342D1B

Color information

#342D1B (or 0x342D1B) is unknown color: approx Black Magic. HEX triplet: 34, 2D and 1B. RGB value is (52,45,27). Sum of RGB (Red+Green+Blue) = 52+45+27=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D1B is #CBD2E4. Grayscale: #2D2D2D. Windows color (decimal): -13357797 or 1781044. OLE color: 1781044.

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

Color convert

RGB524527-
CMYK00.130.480.80
HSL43.2º31.65%15.49%-
HSV(B)43.2º48.08%20.39%-
XYZ2.552.691.42-
YUV45.04117.82132.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=41.94%
G=36.29%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52452700.130.480.8043.231.6515.49
Hex342D1B0D30502b20f
Octal64553301560120534017
Binary110100101101110110110111000010100001010111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,45,27); }

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

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

 a { background-color: rgb(52,45,27); }

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

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

 span { border-color: rgb(52,45,27); }

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