#342914

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

Shades of Black Magic #342914

Tints of Black Magic #342914

Color information

#342914 (or 0x342914) is unknown color: approx Black Magic. HEX triplet: 34, 29 and 14. RGB value is (52,41,20). Sum of RGB (Red+Green+Blue) = 52+41+20=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #342914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342914 is #CBD6EB. Grayscale: #292929. Windows color (decimal): -13358828 or 1321268. OLE color: 1321268.

HSL color Cylindrical-coordinate representation of color #342914: hue angle of 39.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342914 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB524120-
CMYK00.210.620.80
HSL39.38º44.44%14.12%-
HSV(B)39.38º61.54%20.39%-
XYZ2.342.371-
YUV41.9115.64135.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=46.02%
G=36.28%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52412000.210.620.8039.3844.4414.12
Hex3429140153E50272ce
Octal64512402576120475416
Binary1101001010011010001010111111010100001001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342914; }

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

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

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

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

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

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

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

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