#342B21

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

Shades of Black Magic #342B21

Tints of Black Magic #342B21

Color information

#342B21 (or 0x342B21) is unknown color: approx Black Magic. HEX triplet: 34, 2B and 21. RGB value is (52,43,33). Sum of RGB (Red+Green+Blue) = 52+43+33=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B21 is #CBD4DE. Grayscale: #2C2C2C. Windows color (decimal): -13358303 or 2173748. OLE color: 2173748.

HSL color Cylindrical-coordinate representation of color #342B21: hue angle of 31.58º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342B21 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB524333-
CMYK00.170.370.80
HSL31.58º22.35%16.67%-
HSV(B)31.58º36.54%20.39%-
XYZ2.552.571.8-
YUV44.55121.48133.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=40.62%
G=33.59%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52433300.170.370.8031.5822.3516.67
Hex342B210112550201611
Octal64534102145120402621
Binary11010010101110000101000110010110100001000001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342B21; }

 p { color: rgb(52,43,33); }

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

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

 a { background-color: rgb(52,43,33); }

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

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

 span { border-color: rgb(52,43,33); }

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