#342715

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

Shades of Black Magic #342715

Tints of Black Magic #342715

Color information

#342715 (or 0x342715) is unknown color: approx Black Magic. HEX triplet: 34, 27 and 15. RGB value is (52,39,21). Sum of RGB (Red+Green+Blue) = 52+39+21=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #342715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342715 is #CBD8EA. Grayscale: #282828. Windows color (decimal): -13359339 or 1386292. OLE color: 1386292.

HSL color Cylindrical-coordinate representation of color #342715: hue angle of 34.84º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342715 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB523921-
CMYK00.250.600.80
HSL34.84º42.47%14.31%-
HSV(B)34.84º59.62%20.39%-
XYZ2.282.241.02-
YUV40.83116.81135.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=46.43%
G=34.82%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52392100.250.600.8034.8442.4714.31
Hex3427150193C50232ae
Octal64472503174120435216
Binary1101001001111010101100111110010100001000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342715; }

 p { color: rgb(52,39,21); }

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

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

 a { background-color: rgb(52,39,21); }

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

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

 span { border-color: rgb(52,39,21); }

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