#342D1F

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

Shades of Black Magic #342D1F

Tints of Black Magic #342D1F

Color information

#342D1F (or 0x342D1F) is unknown color: approx Black Magic. HEX triplet: 34, 2D and 1F. RGB value is (52,45,31). Sum of RGB (Red+Green+Blue) = 52+45+31=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D1F is #CBD2E0. Grayscale: #2D2D2D. Windows color (decimal): -13357793 or 2043188. OLE color: 2043188.

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

Color convert

RGB524531-
CMYK00.130.400.80
HSL40º25.3%16.27%-
HSV(B)40º40.38%20.39%-
XYZ2.62.711.68-
YUV45.5119.82132.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=40.62%
G=35.16%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52453100.130.400.804025.316.27
Hex342D1F0D2850281910
Octal64553701550120503120
Binary110100101101111110110110100010100001010001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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