#342915

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

Shades of Black Magic #342915

Tints of Black Magic #342915

Color information

#342915 (or 0x342915) is unknown color: approx Black Magic. HEX triplet: 34, 29 and 15. RGB value is (52,41,21). Sum of RGB (Red+Green+Blue) = 52+41+21=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #342915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342915 is #CBD6EA. Grayscale: #2A2A2A. Windows color (decimal): -13358827 or 1386804. OLE color: 1386804.

HSL color Cylindrical-coordinate representation of color #342915: hue angle of 38.71º 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 #342915 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB524121-
CMYK00.210.600.80
HSL38.71º42.47%14.31%-
HSV(B)38.71º59.62%20.39%-
XYZ2.342.371.04-
YUV42.01116.14135.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=45.61%
G=35.96%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52412100.210.600.8038.7142.4714.31
Hex3429150153C50272ae
Octal64512502574120475216
Binary1101001010011010101010111110010100001001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342915; }

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

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

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

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

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

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

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

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