#342D25

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

Shades of Black Magic #342D25

Tints of Black Magic #342D25

Color information

#342D25 (or 0x342D25) is unknown color: approx Black Magic. HEX triplet: 34, 2D and 25. RGB value is (52,45,37). Sum of RGB (Red+Green+Blue) = 52+45+37=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #342D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D25 is #CBD2DA. Grayscale: #2E2E2E. Windows color (decimal): -13357787 or 2436404. OLE color: 2436404.

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

Color convert

RGB524537-
CMYK00.130.290.80
HSL32º16.85%17.45%-
HSV(B)32º28.85%20.39%-
XYZ2.692.742.14-
YUV46.18122.82132.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=38.81%
G=33.58%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52453700.130.290.803216.8517.45
Hex342D250D1D50201111
Octal64554501535120402121
Binary110100101101100101011011110110100001000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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