#34290E

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

Shades of Black Magic #34290E

Tints of Black Magic #34290E

Color information

#34290E (or 0x34290E) is unknown color: approx Black Magic. HEX triplet: 34, 29 and 0E. RGB value is (52,41,14). Sum of RGB (Red+Green+Blue) = 52+41+14=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #34290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34290E is #CBD6F1. Grayscale: #292929. Windows color (decimal): -13358834 or 928052. OLE color: 928052.

HSL color Cylindrical-coordinate representation of color #34290E: hue angle of 42.63º 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 #34290E is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB524114-
CMYK00.210.730.80
HSL42.63º57.58%12.94%-
HSV(B)42.63º73.08%20.39%-
XYZ2.292.350.75-
YUV41.21112.64135.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=48.60%
G=38.32%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52411400.210.730.8042.6357.5812.94
Hex3429E01549502b3ad
Octal645116025111120537215
Binary1101001010011110010101100100110100001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34290E; }

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

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

<style>
 a { background-color: #34290E; }

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

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

<style>
 span { border-color: #34290E; }

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

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