#342A1F

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

Shades of Black Magic #342A1F

Tints of Black Magic #342A1F

Color information

#342A1F (or 0x342A1F) is unknown color: approx Black Magic. HEX triplet: 34, 2A and 1F. RGB value is (52,42,31). Sum of RGB (Red+Green+Blue) = 52+42+31=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #342A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A1F is #CBD5E0. Grayscale: #2B2B2B. Windows color (decimal): -13358561 or 2042420. OLE color: 2042420.

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

Color convert

RGB524231-
CMYK00.190.400.80
HSL31.43º25.3%16.27%-
HSV(B)31.43º40.38%20.39%-
XYZ2.492.481.64-
YUV43.74120.81133.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=41.6%
G=33.6%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52423100.190.400.8031.4325.316.27
Hex342A1F01328501f1910
Octal64523702350120373120
Binary110100101010111110100111010001010000111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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