#281E0E

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

Shades of Black Magic #281E0E

Tints of Black Magic #281E0E

Color information

#281E0E (or 0x281E0E) is unknown color: approx Black Magic. HEX triplet: 28, 1E and 0E. RGB value is (40,30,14). Sum of RGB (Red+Green+Blue) = 40+30+14=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E0E is #D7E1F1. Grayscale: #1F1F1F. Windows color (decimal): -14148082 or 925224. OLE color: 925224.

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

Color convert

RGB403014-
CMYK00.250.650.84
HSL36.92º48.15%10.59%-
HSV(B)36.92º65%15.69%-
XYZ1.421.410.61-
YUV31.17118.31134.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=47.62%
G=35.71%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40301400.250.650.8436.9248.1510.59
Hex281EE01941542530b
Octal503616031101124456013
Binary101000111101110011001100000110101001001011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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