#231E15

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

Shades of Black Magic #231E15

Tints of Black Magic #231E15

Color information

#231E15 (or 0x231E15) is unknown color: approx Black Magic. HEX triplet: 23, 1E and 15. RGB value is (35,30,21). Sum of RGB (Red+Green+Blue) = 35+30+21=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #231E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E15 is #DCE1EA. Grayscale: #1E1E1E. Windows color (decimal): -14475755 or 1383971. OLE color: 1383971.

HSL color Cylindrical-coordinate representation of color #231E15: hue angle of 38.57º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231E15 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB353021-
CMYK00.140.400.86
HSL38.57º25%10.98%-
HSV(B)38.57º40%13.73%-
XYZ1.291.340.9-
YUV30.47122.66131.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=40.70%
G=34.88%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35302100.140.400.8638.572510.98
Hex231E150E28562719b
Octal43362501650126473113
Binary1000111111010101011101010001010110100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231E15; }

 p { color: rgb(35,30,21); }

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

<style>
 a { background-color: #231E15; }

 a { background-color: rgb(35,30,21); }

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

<style>
 span { border-color: #231E15; }

 span { border-color: rgb(35,30,21); }

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