#28241B

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

Shades of Black Magic #28241B

Tints of Black Magic #28241B

Color information

#28241B (or 0x28241B) is unknown color: approx Black Magic. HEX triplet: 28, 24 and 1B. RGB value is (40,36,27). Sum of RGB (Red+Green+Blue) = 40+36+27=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #28241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28241B is #D7DBE4. Grayscale: #242424. Windows color (decimal): -14146533 or 1778728. OLE color: 1778728.

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

Color convert

RGB403627-
CMYK00.100.330.84
HSL41.54º19.4%13.14%-
HSV(B)41.54º32.5%15.69%-
XYZ1.71.791.29-
YUV36.17122.83130.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.83%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=38.83%
G=34.95%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40362700.100.330.8441.5419.413.14
Hex28241B0A21542a13d
Octal50443301241124522315
Binary10100010010011011010101000011010100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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