#342817

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

Shades of Black Magic #342817

Tints of Black Magic #342817

Color information

#342817 (or 0x342817) is unknown color: approx Black Magic. HEX triplet: 34, 28 and 17. RGB value is (52,40,23). Sum of RGB (Red+Green+Blue) = 52+40+23=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #342817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342817 is #CBD7E8. Grayscale: #292929. Windows color (decimal): -13359081 or 1517620. OLE color: 1517620.

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

Color convert

RGB524023-
CMYK00.230.560.80
HSL35.17º38.67%14.71%-
HSV(B)35.17º55.77%20.39%-
XYZ2.332.311.13-
YUV41.65117.48135.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 23 (9.38% from 255) = 20%
R=45.22%
G=34.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52402300.230.560.8035.1738.6714.71
Hex34281701738502327f
Octal64502702770120434717
Binary1101001010001011101011111100010100001000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342817; }

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

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

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

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

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

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

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

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