#342B18

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

Shades of Black Magic #342B18

Tints of Black Magic #342B18

Color information

#342B18 (or 0x342B18) is unknown color: approx Black Magic. HEX triplet: 34, 2B and 18. RGB value is (52,43,24). Sum of RGB (Red+Green+Blue) = 52+43+24=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #342B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B18 is #CBD4E7. Grayscale: #2B2B2B. Windows color (decimal): -13358312 or 1583924. OLE color: 1583924.

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

Color convert

RGB524324-
CMYK00.170.540.80
HSL40.71º36.84%14.9%-
HSV(B)40.71º53.85%20.39%-
XYZ2.442.521.22-
YUV43.52116.98134.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=43.70%
G=36.13%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52432400.170.540.8040.7136.8414.9
Hex342B1801136502925f
Octal64533002166120514517
Binary1101001010111100001000111011010100001010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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