#342709

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

Shades of Black Magic #342709

Tints of Black Magic #342709

Color information

#342709 (or 0x342709) is unknown color: approx Black Magic. HEX triplet: 34, 27 and 09. RGB value is (52,39,9). Sum of RGB (Red+Green+Blue) = 52+39+9=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #342709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342709 is #CBD8F6. Grayscale: #272727. Windows color (decimal): -13359351 or 599860. OLE color: 599860.

HSL color Cylindrical-coordinate representation of color #342709: hue angle of 41.86º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #342709 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB52399-
CMYK00.250.830.80
HSL41.86º70.49%11.96%-
HSV(B)41.86º82.69%20.39%-
XYZ2.192.20.57-
YUV39.47110.81136.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52%
GREEN value IS 39 (15.62% from 255) = 39%
BLUE value IS 9 (3.91% from 255) = 9%
R=52%
G=39%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5239900.250.830.8041.8670.4911.96
Hex3427901953502a46c
Octal6447110311231205210614
Binary11010010011110010110011010011101000010101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342709; }

 p { color: rgb(52,39,9); }

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

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

 a { background-color: rgb(52,39,9); }

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

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

 span { border-color: rgb(52,39,9); }

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