#342500

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

Shades of Black Magic #342500

Tints of Black Magic #342500

Color information

#342500 (or 0x342500) is unknown color: approx Black Magic. HEX triplet: 34, 25 and 00. RGB value is (52,37,0). Sum of RGB (Red+Green+Blue) = 52+37+0=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #342500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342500 is #CBDAFF. Grayscale: #252525. Windows color (decimal): -13359872 or 9524. OLE color: 9524.

HSL color Cylindrical-coordinate representation of color #342500: hue angle of 42.69º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #342500 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB52370-
CMYK00.2910.80
HSL42.69º100%10.2%-
HSV(B)42.69º100%20.39%-
XYZ2.082.050.29-
YUV37.27106.97138.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.43%
G=41.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5237000.2910.8042.6910010.2
Hex3425001D64502b64a
Octal644500351441205314412
Binary11010010010100111011100100101000010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342500; }

 p { color: rgb(52,37,0); }

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

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

 a { background-color: rgb(52,37,0); }

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

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

 span { border-color: rgb(52,37,0); }

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