#342E1F

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

Shades of Black Magic #342E1F

Tints of Black Magic #342E1F

Color information

#342E1F (or 0x342E1F) is unknown color: approx Black Magic. HEX triplet: 34, 2E and 1F. RGB value is (52,46,31). Sum of RGB (Red+Green+Blue) = 52+46+31=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E1F is #CBD1E0. Grayscale: #2E2E2E. Windows color (decimal): -13357537 or 2043444. OLE color: 2043444.

HSL color Cylindrical-coordinate representation of color #342E1F: hue angle of 42.86º 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 #342E1F is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB524631-
CMYK00.120.400.80
HSL42.86º25.3%16.27%-
HSV(B)42.86º40.38%20.39%-
XYZ2.642.781.69-
YUV46.08119.49132.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 46 (18.36% from 255) = 35.66%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=40.31%
G=35.66%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52463100.120.400.8042.8625.316.27
Hex342E1F0C28502b1910
Octal64563701450120533120
Binary110100101110111110110010100010100001010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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