#281F0D

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

Shades of Black Magic #281F0D

Tints of Black Magic #281F0D

Color information

#281F0D (or 0x281F0D) is unknown color: approx Black Magic. HEX triplet: 28, 1F and 0D. RGB value is (40,31,13). Sum of RGB (Red+Green+Blue) = 40+31+13=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F0D is #D7E0F2. Grayscale: #1F1F1F. Windows color (decimal): -14147827 or 859944. OLE color: 859944.

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

Color convert

RGB403113-
CMYK00.220.670.84
HSL40º50.94%10.39%-
HSV(B)40º67.5%15.69%-
XYZ1.441.460.59-
YUV31.64117.48133.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=47.62%
G=36.90%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40311300.220.670.844050.9410.39
Hex281FD01643542833a
Octal503715026103124506312
Binary101000111111101010110100001110101001010001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,31,13); }

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

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

 a { background-color: rgb(40,31,13); }

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

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

 span { border-color: rgb(40,31,13); }

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