#342C19

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

Shades of Black Magic #342C19

Tints of Black Magic #342C19

Color information

#342C19 (or 0x342C19) is unknown color: approx Black Magic. HEX triplet: 34, 2C and 19. RGB value is (52,44,25). Sum of RGB (Red+Green+Blue) = 52+44+25=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #342C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342C19 is #CBD3E6. Grayscale: #2C2C2C. Windows color (decimal): -13358055 or 1649716. OLE color: 1649716.

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

Color convert

RGB524425-
CMYK00.150.520.80
HSL42.22º35.06%15.1%-
HSV(B)42.22º51.92%20.39%-
XYZ2.492.61.29-
YUV44.23117.15133.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=42.98%
G=36.36%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52442500.150.520.8042.2235.0615.1
Hex342C190F34502a23f
Octal64543101764120524317
Binary110100101100110010111111010010100001010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,44,25); }

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

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

 a { background-color: rgb(52,44,25); }

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

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

 span { border-color: rgb(52,44,25); }

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