#342C1B

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

Shades of Black Magic #342C1B

Tints of Black Magic #342C1B

Color information

#342C1B (or 0x342C1B) is unknown color: approx Black Magic. HEX triplet: 34, 2C and 1B. RGB value is (52,44,27). Sum of RGB (Red+Green+Blue) = 52+44+27=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #342C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C1B is #CBD3E4. Grayscale: #2C2C2C. Windows color (decimal): -13358053 or 1780788. OLE color: 1780788.

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

Color convert

RGB524427-
CMYK00.150.480.80
HSL40.8º31.65%15.49%-
HSV(B)40.8º48.08%20.39%-
XYZ2.512.611.41-
YUV44.45118.15133.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=42.28%
G=35.77%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52442700.150.480.8040.831.6515.49
Hex342C1B0F30502920f
Octal64543301760120514017
Binary110100101100110110111111000010100001010011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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