#342813

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

Shades of Black Magic #342813

Tints of Black Magic #342813

Color information

#342813 (or 0x342813) is unknown color: approx Black Magic. HEX triplet: 34, 28 and 13. RGB value is (52,40,19). Sum of RGB (Red+Green+Blue) = 52+40+19=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #342813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342813 is #CBD7EC. Grayscale: #292929. Windows color (decimal): -13359085 or 1255476. OLE color: 1255476.

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

Color convert

RGB524019-
CMYK00.230.630.80
HSL38.18º46.48%13.92%-
HSV(B)38.18º63.46%20.39%-
XYZ2.292.290.94-
YUV41.19115.48135.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 40 (16.02% from 255) = 36.04%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=46.85%
G=36.04%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52401900.230.630.8038.1846.4813.92
Hex3428130173F50262ee
Octal64502302777120465616
Binary1101001010001001101011111111110100001001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342813; }

 p { color: rgb(52,40,19); }

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

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

 a { background-color: rgb(52,40,19); }

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

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

 span { border-color: rgb(52,40,19); }

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