#281D08

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

Shades of Black Magic #281D08

Tints of Black Magic #281D08

Color information

#281D08 (or 0x281D08) is unknown color: approx Black Magic. HEX triplet: 28, 1D and 08. RGB value is (40,29,8). Sum of RGB (Red+Green+Blue) = 40+29+8=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D08 is #D7E2F7. Grayscale: #1D1D1D. Windows color (decimal): -14148344 or 531752. OLE color: 531752.

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

Color convert

RGB40298-
CMYK00.280.800.84
HSL39.38º66.67%9.41%-
HSV(B)39.38º80%15.69%-
XYZ1.361.350.42-
YUV29.89115.64135.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=51.95%
G=37.66%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4029800.280.800.8439.3866.679.41
Hex281D801C505427439
Octal5035100341201244710311
Binary1010001110110000111001010000101010010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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