#281E09

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

Shades of Black Magic #281E09

Tints of Black Magic #281E09

Color information

#281E09 (or 0x281E09) is unknown color: approx Black Magic. HEX triplet: 28, 1E and 09. RGB value is (40,30,9). Sum of RGB (Red+Green+Blue) = 40+30+9=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E09 is #D7E1F6. Grayscale: #1E1E1E. Windows color (decimal): -14148087 or 597544. OLE color: 597544.

HSL color Cylindrical-coordinate representation of color #281E09: hue angle of 40.65º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281E09 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB40309-
CMYK00.250.780.84
HSL40.65º63.27%9.61%-
HSV(B)40.65º77.5%15.69%-
XYZ1.391.40.46-
YUV30.6115.81134.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 9 (3.91% from 255) = 11.39%
R=50.63%
G=37.97%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4030900.250.780.8440.6563.279.61
Hex281E90194E54293fa
Octal503611031116124517712
Binary101000111101001011001100111010101001010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,30,9); }

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

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

 a { background-color: rgb(40,30,9); }

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

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

 span { border-color: rgb(40,30,9); }

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