#342D23

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

Shades of Black Magic #342D23

Tints of Black Magic #342D23

Color information

#342D23 (or 0x342D23) is unknown color: approx Black Magic. HEX triplet: 34, 2D and 23. RGB value is (52,45,35). Sum of RGB (Red+Green+Blue) = 52+45+35=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #342D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D23 is #CBD2DC. Grayscale: #2E2E2E. Windows color (decimal): -13357789 or 2305332. OLE color: 2305332.

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

Color convert

RGB524535-
CMYK00.130.330.80
HSL35.29º19.54%17.06%-
HSV(B)35.29º32.69%20.39%-
XYZ2.662.731.98-
YUV45.95121.82132.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=39.39%
G=34.09%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52453500.130.330.8035.2919.5417.06
Hex342D230D2150231411
Octal64554301541120432421
Binary1101001011011000110110110000110100001000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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