#281E0B

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

Shades of Black Magic #281E0B

Tints of Black Magic #281E0B

Color information

#281E0B (or 0x281E0B) is unknown color: approx Black Magic. HEX triplet: 28, 1E and 0B. RGB value is (40,30,11). Sum of RGB (Red+Green+Blue) = 40+30+11=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E0B is #D7E1F4. Grayscale: #1E1E1E. Windows color (decimal): -14148085 or 728616. OLE color: 728616.

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

Color convert

RGB403011-
CMYK00.250.720.84
HSL39.31º56.86%10%-
HSV(B)39.31º72.5%15.69%-
XYZ1.41.40.51-
YUV30.82116.81134.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=49.38%
G=37.04%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40301100.250.720.8439.3156.8610
Hex281EB01948542739a
Octal503613031110124477112
Binary101000111101011011001100100010101001001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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