#23211D

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

Shades of Black Magic #23211D

Tints of Black Magic #23211D

Color information

#23211D (or 0x23211D) is unknown color: approx Black Magic. HEX triplet: 23, 21 and 1D. RGB value is (35,33,29). Sum of RGB (Red+Green+Blue) = 35+33+29=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 35 - color contains mainly: red. Hex color #23211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23211D is #DCDEE2. Grayscale: #212121. Windows color (decimal): -14474979 or 1909027. OLE color: 1909027.

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

Color convert

RGB353329-
CMYK00.060.170.86
HSL40º9.38%12.55%-
HSV(B)40º17.14%13.73%-
XYZ1.461.531.38-
YUV33.14125.66129.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=36.08%
G=34.02%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35332900.060.170.86409.3812.55
Hex23211D061156289d
Octal4341350621126501115
Binary10001110000111101011010001101011010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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