#28231C

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

Shades of Black Magic #28231C

Tints of Black Magic #28231C

Color information

#28231C (or 0x28231C) is unknown color: approx Black Magic. HEX triplet: 28, 23 and 1C. RGB value is (40,35,28). Sum of RGB (Red+Green+Blue) = 40+35+28=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #28231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28231C is #D7DCE3. Grayscale: #232323. Windows color (decimal): -14146788 or 1844008. OLE color: 1844008.

HSL color Cylindrical-coordinate representation of color #28231C: hue angle of 35º 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 #28231C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB403528-
CMYK00.120.300.84
HSL35º17.65%13.33%-
HSV(B)35º30%15.69%-
XYZ1.691.741.35-
YUV35.7123.66131.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.83%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=38.83%
G=33.98%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40352800.120.300.843517.6513.33
Hex28231C0C1E542312d
Octal50433401436124432215
Binary1010001000111110001100111101010100100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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