#34280E

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

Shades of Black Magic #34280E

Tints of Black Magic #34280E

Color information

#34280E (or 0x34280E) is unknown color: approx Black Magic. HEX triplet: 34, 28 and 0E. RGB value is (52,40,14). Sum of RGB (Red+Green+Blue) = 52+40+14=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #34280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34280E is #CBD7F1. Grayscale: #282828. Windows color (decimal): -13359090 or 927796. OLE color: 927796.

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

Color convert

RGB524014-
CMYK00.230.730.80
HSL41.05º57.58%12.94%-
HSV(B)41.05º73.08%20.39%-
XYZ2.252.280.74-
YUV40.62112.98136.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 40 (16.02% from 255) = 37.74%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=49.06%
G=37.74%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52401400.230.730.8041.0557.5812.94
Hex3428E0174950293ad
Octal645016027111120517215
Binary1101001010001110010111100100110100001010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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