#33280E

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

Shades of Black Magic #33280E

Tints of Black Magic #33280E

Color information

#33280E (or 0x33280E) is unknown color: approx Black Magic. HEX triplet: 33, 28 and 0E. RGB value is (51,40,14). Sum of RGB (Red+Green+Blue) = 51+40+14=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #33280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33280E is #CCD7F1. Grayscale: #282828. Windows color (decimal): -13424626 or 927795. OLE color: 927795.

HSL color Cylindrical-coordinate representation of color #33280E: hue angle of 42.16º degrees, saturation: 0.57, 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 #33280E is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB514014-
CMYK00.220.730.8
HSL42.16º56.92%12.75%-
HSV(B)42.16º72.55%20%-
XYZ2.22.250.73-
YUV40.33113.14135.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.57%
GREEN value IS 40 (16.02% from 255) = 38.10%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=48.57%
G=38.10%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51401400.220.730.842.1656.9212.75
Hex3328E01649502a39d
Octal635016026111120527115
Binary1100111010001110010110100100110100001010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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