#28231A

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

Shades of Black Magic #28231A

Tints of Black Magic #28231A

Color information

#28231A (or 0x28231A) is unknown color: approx Black Magic. HEX triplet: 28, 23 and 1A. RGB value is (40,35,26). Sum of RGB (Red+Green+Blue) = 40+35+26=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 40 - color contains mainly: red. Hex color #28231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28231A is #D7DCE5. Grayscale: #232323. Windows color (decimal): -14146790 or 1712936. OLE color: 1712936.

HSL color Cylindrical-coordinate representation of color #28231A: hue angle of 38.57º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #28231A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB403526-
CMYK00.120.350.84
HSL38.57º21.21%12.94%-
HSV(B)38.57º35%15.69%-
XYZ1.661.731.22-
YUV35.47122.66131.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=39.60%
G=34.65%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40352600.120.350.8438.5721.2112.94
Hex28231A0C23542715d
Octal50433201443124472515
Binary10100010001111010011001000111010100100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28231A; }

 p { color: rgb(40,35,26); }

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

<style>
 a { background-color: #28231A; }

 a { background-color: rgb(40,35,26); }

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

<style>
 span { border-color: #28231A; }

 span { border-color: rgb(40,35,26); }

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