#342B1B

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

Shades of Black Magic #342B1B

Tints of Black Magic #342B1B

Color information

#342B1B (or 0x342B1B) is unknown color: approx Black Magic. HEX triplet: 34, 2B and 1B. RGB value is (52,43,27). Sum of RGB (Red+Green+Blue) = 52+43+27=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #342B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B1B is #CBD4E4. Grayscale: #2B2B2B. Windows color (decimal): -13358309 or 1780532. OLE color: 1780532.

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

Color convert

RGB524327-
CMYK00.170.480.80
HSL38.4º31.65%15.49%-
HSV(B)38.4º48.08%20.39%-
XYZ2.482.541.4-
YUV43.87118.48133.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=42.62%
G=35.25%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52432700.170.480.8038.431.6515.49
Hex342B1B01130502620f
Octal64533302160120464017
Binary1101001010111101101000111000010100001001101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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