#281D0A

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

Shades of Black Magic #281D0A

Tints of Black Magic #281D0A

Color information

#281D0A (or 0x281D0A) is unknown color: approx Black Magic. HEX triplet: 28, 1D and 0A. RGB value is (40,29,10). Sum of RGB (Red+Green+Blue) = 40+29+10=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D0A is #D7E2F5. Grayscale: #1E1E1E. Windows color (decimal): -14148342 or 662824. OLE color: 662824.

HSL color Cylindrical-coordinate representation of color #281D0A: hue angle of 38º 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 #281D0A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB402910-
CMYK00.280.750.84
HSL38º60%9.8%-
HSV(B)38º75%15.69%-
XYZ1.371.350.48-
YUV30.12116.64135.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 29 (11.72% from 255) = 36.71%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=50.63%
G=36.71%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40291000.280.750.8438609.8
Hex281DA01C4B54263ca
Octal503512034113124467412
Binary101000111011010011100100101110101001001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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