#342A1D

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

Shades of Black Magic #342A1D

Tints of Black Magic #342A1D

Color information

#342A1D (or 0x342A1D) is unknown color: approx Black Magic. HEX triplet: 34, 2A and 1D. RGB value is (52,42,29). Sum of RGB (Red+Green+Blue) = 52+42+29=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #342A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A1D is #CBD5E2. Grayscale: #2B2B2B. Windows color (decimal): -13358563 or 1911348. OLE color: 1911348.

HSL color Cylindrical-coordinate representation of color #342A1D: hue angle of 33.91º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #342A1D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB524229-
CMYK00.190.440.80
HSL33.91º28.4%15.88%-
HSV(B)33.91º44.23%20.39%-
XYZ2.472.471.51-
YUV43.51119.81134.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=42.28%
G=34.15%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52422900.190.440.8033.9128.415.88
Hex342A1D0132C50221c10
Octal64523502354120423420
Binary1101001010101110101001110110010100001000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,42,29); }

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

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

 a { background-color: rgb(52,42,29); }

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

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

 span { border-color: rgb(52,42,29); }

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