#342B1F

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

Shades of Black Magic #342B1F

Tints of Black Magic #342B1F

Color information

#342B1F (or 0x342B1F) is unknown color: approx Black Magic. HEX triplet: 34, 2B and 1F. RGB value is (52,43,31). Sum of RGB (Red+Green+Blue) = 52+43+31=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B1F is #CBD4E0. Grayscale: #2C2C2C. Windows color (decimal): -13358305 or 2042676. OLE color: 2042676.

HSL color Cylindrical-coordinate representation of color #342B1F: hue angle of 34.29º 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 #342B1F is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB524331-
CMYK00.170.400.80
HSL34.29º25.3%16.27%-
HSV(B)34.29º40.38%20.39%-
XYZ2.532.561.66-
YUV44.32120.48133.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=41.27%
G=34.13%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52433100.170.400.8034.2925.316.27
Hex342B1F0112850221910
Octal64533702150120423120
Binary1101001010111111101000110100010100001000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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