#342613

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

Shades of Black Magic #342613

Tints of Black Magic #342613

Color information

#342613 (or 0x342613) is unknown color: approx Black Magic. HEX triplet: 34, 26 and 13. RGB value is (52,38,19). Sum of RGB (Red+Green+Blue) = 52+38+19=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #342613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342613 is #CBD9EC. Grayscale: #282828. Windows color (decimal): -13359597 or 1254964. OLE color: 1254964.

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

Color convert

RGB523819-
CMYK00.270.630.80
HSL34.55º46.48%13.92%-
HSV(B)34.55º63.46%20.39%-
XYZ2.232.160.92-
YUV40.02116.14136.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=47.71%
G=34.86%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52381900.270.630.8034.5546.4813.92
Hex34261301B3F50232ee
Octal64462303377120435616
Binary1101001001101001101101111111110100001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342613; }

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

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

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

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

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

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

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

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