#281F11

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

Shades of Black Magic #281F11

Tints of Black Magic #281F11

Color information

#281F11 (or 0x281F11) is unknown color: approx Black Magic. HEX triplet: 28, 1F and 11. RGB value is (40,31,17). Sum of RGB (Red+Green+Blue) = 40+31+17=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #281F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F11 is #D7E0EE. Grayscale: #202020. Windows color (decimal): -14147823 or 1122088. OLE color: 1122088.

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

Color convert

RGB403117-
CMYK00.220.570.84
HSL36.52º40.35%11.18%-
HSV(B)36.52º57.5%15.69%-
XYZ1.471.470.74-
YUV32.1119.48133.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=45.45%
G=35.23%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40311700.220.570.8436.5240.3511.18
Hex281F1101639542528b
Octal50372102671124455013
Binary101000111111000101011011100110101001001011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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