#28241C

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

Shades of Black Magic #28241C

Tints of Black Magic #28241C

Color information

#28241C (or 0x28241C) is unknown color: approx Black Magic. HEX triplet: 28, 24 and 1C. RGB value is (40,36,28). Sum of RGB (Red+Green+Blue) = 40+36+28=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 40 - color contains mainly: red. Hex color #28241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28241C is #D7DBE3. Grayscale: #242424. Windows color (decimal): -14146532 or 1844264. OLE color: 1844264.

HSL color Cylindrical-coordinate representation of color #28241C: hue angle of 40º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28241C is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB403628-
CMYK00.100.300.84
HSL40º17.65%13.33%-
HSV(B)40º30%15.69%-
XYZ1.721.81.35-
YUV36.28123.33130.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=38.46%
G=34.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40362800.100.300.844017.6513.33
Hex28241C0A1E542812d
Octal50443401236124502215
Binary1010001001001110001010111101010100101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28241C; }

 p { color: rgb(40,36,28); }

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

<style>
 a { background-color: #28241C; }

 a { background-color: rgb(40,36,28); }

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

<style>
 span { border-color: #28241C; }

 span { border-color: rgb(40,36,28); }

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