#281E0A

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

Shades of Black Magic #281E0A

Tints of Black Magic #281E0A

Color information

#281E0A (or 0x281E0A) is unknown color: approx Black Magic. HEX triplet: 28, 1E and 0A. RGB value is (40,30,10). Sum of RGB (Red+Green+Blue) = 40+30+10=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E0A is #D7E1F5. Grayscale: #1E1E1E. Windows color (decimal): -14148086 or 663080. OLE color: 663080.

HSL color Cylindrical-coordinate representation of color #281E0A: hue angle of 40º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281E0A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB403010-
CMYK00.250.750.84
HSL40º60%9.8%-
HSV(B)40º75%15.69%-
XYZ1.391.40.48-
YUV30.71116.31134.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=50%
G=37.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40301000.250.750.8440609.8
Hex281EA0194B54283ca
Octal503612031113124507412
Binary101000111101010011001100101110101001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281E0A; }

 p { color: rgb(40,30,10); }

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

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

 a { background-color: rgb(40,30,10); }

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

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

 span { border-color: rgb(40,30,10); }

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