#281F0F

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

Shades of Black Magic #281F0F

Tints of Black Magic #281F0F

Color information

#281F0F (or 0x281F0F) is unknown color: approx Black Magic. HEX triplet: 28, 1F and 0F. RGB value is (40,31,15). Sum of RGB (Red+Green+Blue) = 40+31+15=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F0F is #D7E0F0. Grayscale: #1F1F1F. Windows color (decimal): -14147825 or 991016. OLE color: 991016.

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

Color convert

RGB403115-
CMYK00.220.620.84
HSL38.4º45.45%10.78%-
HSV(B)38.4º62.5%15.69%-
XYZ1.451.470.66-
YUV31.87118.48133.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=46.51%
G=36.05%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40311500.220.620.8438.445.4510.78
Hex281FF0163E54262db
Octal50371702676124465513
Binary10100011111111101011011111010101001001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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