#231E16

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

Shades of Black Magic #231E16

Tints of Black Magic #231E16

Color information

#231E16 (or 0x231E16) is unknown color: approx Black Magic. HEX triplet: 23, 1E and 16. RGB value is (35,30,22). Sum of RGB (Red+Green+Blue) = 35+30+22=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #231E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E16 is #DCE1E9. Grayscale: #1E1E1E. Windows color (decimal): -14475754 or 1449507. OLE color: 1449507.

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

Color convert

RGB353022-
CMYK00.140.370.86
HSL36.92º22.81%11.18%-
HSV(B)36.92º37.14%13.73%-
XYZ1.31.340.95-
YUV30.58123.16131.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=40.23%
G=34.48%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35302200.140.370.8636.9222.8111.18
Hex231E160E25562517b
Octal43362601645126452713
Binary1000111111010110011101001011010110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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