#23211E

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

Shades of Black Magic #23211E

Tints of Black Magic #23211E

Color information

#23211E (or 0x23211E) is unknown color: approx Black Magic. HEX triplet: 23, 21 and 1E. RGB value is (35,33,30). Sum of RGB (Red+Green+Blue) = 35+33+30=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 35 - color contains mainly: red. Hex color #23211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23211E is #DCDEE1. Grayscale: #212121. Windows color (decimal): -14474978 or 1974563. OLE color: 1974563.

HSL color Cylindrical-coordinate representation of color #23211E: hue angle of 36º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #23211E is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB353330-
CMYK00.060.140.86
HSL36º7.69%12.75%-
HSV(B)36º14.29%13.73%-
XYZ1.471.541.45-
YUV33.26126.16129.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=35.71%
G=33.67%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35333000.060.140.86367.6912.75
Hex23211E06E56248d
Octal4341360616126441015
Binary1000111000011111001101110101011010010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23211E; }

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

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

<style>
 a { background-color: #23211E; }

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

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

<style>
 span { border-color: #23211E; }

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

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