#342A0E

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

Shades of Black Magic #342A0E

Tints of Black Magic #342A0E

Color information

#342A0E (or 0x342A0E) is unknown color: approx Black Magic. HEX triplet: 34, 2A and 0E. RGB value is (52,42,14). Sum of RGB (Red+Green+Blue) = 52+42+14=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A0E is #CBD5F1. Grayscale: #292929. Windows color (decimal): -13358578 or 928308. OLE color: 928308.

HSL color Cylindrical-coordinate representation of color #342A0E: hue angle of 44.21º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #342A0E is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB524214-
CMYK00.190.730.80
HSL44.21º57.58%12.94%-
HSV(B)44.21º73.08%20.39%-
XYZ2.322.420.76-
YUV41.8112.31135.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 42 (16.80% from 255) = 38.89%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=48.15%
G=38.89%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52421400.190.730.8044.2157.5812.94
Hex342AE01349502c3ad
Octal645216023111120547215
Binary1101001010101110010011100100110100001011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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