#342714

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

Shades of Black Magic #342714

Tints of Black Magic #342714

Color information

#342714 (or 0x342714) is unknown color: approx Black Magic. HEX triplet: 34, 27 and 14. RGB value is (52,39,20). Sum of RGB (Red+Green+Blue) = 52+39+20=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #342714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342714 is #CBD8EB. Grayscale: #282828. Windows color (decimal): -13359340 or 1320756. OLE color: 1320756.

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

Color convert

RGB523920-
CMYK00.250.620.80
HSL35.63º44.44%14.12%-
HSV(B)35.63º61.54%20.39%-
XYZ2.272.230.97-
YUV40.72116.31136.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=46.85%
G=35.14%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52392000.250.620.8035.6344.4414.12
Hex3427140193E50242ce
Octal64472403176120445416
Binary1101001001111010001100111111010100001001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342714; }

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

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

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

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

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

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

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

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