#342607

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

Shades of Black Magic #342607

Tints of Black Magic #342607

Color information

#342607 (or 0x342607) is unknown color: approx Black Magic. HEX triplet: 34, 26 and 07. RGB value is (52,38,7). Sum of RGB (Red+Green+Blue) = 52+38+7=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #342607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342607 is #CBD9F8. Grayscale: #262626. Windows color (decimal): -13359609 or 468532. OLE color: 468532.

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

Color convert

RGB52387-
CMYK00.270.870.80
HSL41.33º76.27%11.57%-
HSV(B)41.33º86.54%20.39%-
XYZ2.152.130.5-
YUV38.65110.14137.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=53.61%
G=39.18%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5238700.270.870.8041.3376.2711.57
Hex3426701B5750294cc
Octal644670331271205111414
Binary1101001001101110110111010111101000010100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342607; }

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

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

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

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

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

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

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

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