#281D07

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

Shades of Black Magic #281D07

Tints of Black Magic #281D07

Color information

#281D07 (or 0x281D07) is unknown color: approx Black Magic. HEX triplet: 28, 1D and 07. RGB value is (40,29,7). Sum of RGB (Red+Green+Blue) = 40+29+7=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #281D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D07 is #D7E2F8. Grayscale: #1D1D1D. Windows color (decimal): -14148345 or 466216. OLE color: 466216.

HSL color Cylindrical-coordinate representation of color #281D07: hue angle of 40º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281D07 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB40297-
CMYK00.280.830.84
HSL40º70.21%9.22%-
HSV(B)40º82.5%15.69%-
XYZ1.351.350.39-
YUV29.78115.14135.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=52.63%
G=38.16%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4029700.280.830.844070.219.22
Hex281D701C535428469
Octal503570341231245010611
Binary101000111011110111001010011101010010100010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,29,7); }

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

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

 a { background-color: rgb(40,29,7); }

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

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

 span { border-color: rgb(40,29,7); }

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