#281F10

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

Shades of Black Magic #281F10

Tints of Black Magic #281F10

Color information

#281F10 (or 0x281F10) is unknown color: approx Black Magic. HEX triplet: 28, 1F and 10. RGB value is (40,31,16). Sum of RGB (Red+Green+Blue) = 40+31+16=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #281F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F10 is #D7E0EF. Grayscale: #202020. Windows color (decimal): -14147824 or 1056552. OLE color: 1056552.

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

Color convert

RGB403116-
CMYK00.220.600.84
HSL37.5º42.86%10.98%-
HSV(B)37.5º60%15.69%-
XYZ1.461.470.7-
YUV31.98118.98133.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=45.98%
G=35.63%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40311600.220.600.8437.542.8610.98
Hex281F100163C54252bb
Octal50372002674124455313
Binary101000111111000001011011110010101001001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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