#282114

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

Shades of Black Magic #282114

Tints of Black Magic #282114

Color information

#282114 (or 0x282114) is unknown color: approx Black Magic. HEX triplet: 28, 21 and 14. RGB value is (40,33,20). Sum of RGB (Red+Green+Blue) = 40+33+20=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #282114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282114 is #D7DEEB. Grayscale: #212121. Windows color (decimal): -14147308 or 1319208. OLE color: 1319208.

HSL color Cylindrical-coordinate representation of color #282114: hue angle of 39º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #282114 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB403320-
CMYK00.170.50.84
HSL39º33.33%11.76%-
HSV(B)39º50%15.69%-
XYZ1.551.590.89-
YUV33.61120.32132.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=43.01%
G=35.48%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40332000.170.50.843933.3311.76
Hex28211401132542721c
Octal50412402162124474114
Binary1010001000011010001000111001010101001001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282114; }

 p { color: rgb(40,33,20); }

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

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

 a { background-color: rgb(40,33,20); }

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

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

 span { border-color: rgb(40,33,20); }

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