#281F0E

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

Shades of Black Magic #281F0E

Tints of Black Magic #281F0E

Color information

#281F0E (or 0x281F0E) is unknown color: approx Black Magic. HEX triplet: 28, 1F and 0E. RGB value is (40,31,14). Sum of RGB (Red+Green+Blue) = 40+31+14=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #281F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F0E is #D7E0F1. Grayscale: #1F1F1F. Windows color (decimal): -14147826 or 925480. OLE color: 925480.

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

Color convert

RGB403114-
CMYK00.220.650.84
HSL39.23º48.15%10.59%-
HSV(B)39.23º65%15.69%-
XYZ1.441.460.62-
YUV31.75117.98133.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=47.06%
G=36.47%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40311400.220.650.8439.2348.1510.59
Hex281FE01641542730b
Octal503716026101124476013
Binary101000111111110010110100000110101001001111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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