#342401

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

Shades of Black Magic #342401

Tints of Black Magic #342401

Color information

#342401 (or 0x342401) is unknown color: approx Black Magic. HEX triplet: 34, 24 and 01. RGB value is (52,36,1). Sum of RGB (Red+Green+Blue) = 52+36+1=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #342401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342401 is #CBDBFE. Grayscale: #242424. Windows color (decimal): -13360127 or 74804. OLE color: 74804.

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

Color convert

RGB52361-
CMYK00.310.980.80
HSL41.18º96.23%10.39%-
HSV(B)41.18º98.08%20.39%-
XYZ2.051.990.31-
YUV36.79107.8138.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 36 (14.45% from 255) = 40.45%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=58.43%
G=40.45%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5236100.310.980.8041.1896.2310.39
Hex3424101F62502960a
Octal644410371421205114012
Binary11010010010010111111100010101000010100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342401; }

 p { color: rgb(52,36,1); }

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

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

 a { background-color: rgb(52,36,1); }

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

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

 span { border-color: rgb(52,36,1); }

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