#28231B

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

Shades of Black Magic #28231B

Tints of Black Magic #28231B

Color information

#28231B (or 0x28231B) is unknown color: approx Black Magic. HEX triplet: 28, 23 and 1B. RGB value is (40,35,27). Sum of RGB (Red+Green+Blue) = 40+35+27=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 40 - color contains mainly: red. Hex color #28231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28231B is #D7DCE4. Grayscale: #232323. Windows color (decimal): -14146789 or 1778472. OLE color: 1778472.

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

Color convert

RGB403527-
CMYK00.120.330.84
HSL36.92º19.4%13.14%-
HSV(B)36.92º32.5%15.69%-
XYZ1.671.731.28-
YUV35.58123.16131.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.22%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=39.22%
G=34.31%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40352700.120.330.8436.9219.413.14
Hex28231B0C21542513d
Octal50433301441124452315
Binary10100010001111011011001000011010100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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