#342304

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

Shades of Black Magic #342304

Tints of Black Magic #342304

Color information

#342304 (or 0x342304) is unknown color: approx Black Magic. HEX triplet: 34, 23 and 04. RGB value is (52,35,4). Sum of RGB (Red+Green+Blue) = 52+35+4=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #342304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342304 is #CBDCFB. Grayscale: #242424. Windows color (decimal): -13360380 or 271156. OLE color: 271156.

HSL color Cylindrical-coordinate representation of color #342304: hue angle of 38.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #342304 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB52354-
CMYK00.330.920.80
HSL38.75º85.71%10.98%-
HSV(B)38.75º92.31%20.39%-
XYZ2.041.940.38-
YUV36.55109.63139.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.14%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=57.14%
G=38.46%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5235400.330.920.8038.7585.7110.98
Hex342340215C502756b
Octal644340411341204712613
Binary11010010001110001000011011100101000010011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342304; }

 p { color: rgb(52,35,4); }

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

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

 a { background-color: rgb(52,35,4); }

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

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

 span { border-color: rgb(52,35,4); }

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