#342611

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

Shades of Black Magic #342611

Tints of Black Magic #342611

Color information

#342611 (or 0x342611) is unknown color: approx Black Magic. HEX triplet: 34, 26 and 11. RGB value is (52,38,17). Sum of RGB (Red+Green+Blue) = 52+38+17=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342611 is #CBD9EE. Grayscale: #272727. Windows color (decimal): -13359599 or 1123892. OLE color: 1123892.

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

Color convert

RGB523817-
CMYK00.270.670.80
HSL36º50.72%13.53%-
HSV(B)36º67.31%20.39%-
XYZ2.212.160.83-
YUV39.79115.14136.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=48.60%
G=35.51%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52381700.270.670.803650.7213.53
Hex34261101B43502433e
Octal644621033103120446316
Binary11010010011010001011011100001110100001001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342611; }

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

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

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

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

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

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

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

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