#23201B

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

Shades of Black Magic #23201B

Tints of Black Magic #23201B

Color information

#23201B (or 0x23201B) is unknown color: approx Black Magic. HEX triplet: 23, 20 and 1B. RGB value is (35,32,27). Sum of RGB (Red+Green+Blue) = 35+32+27=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #23201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23201B is #DCDFE4. Grayscale: #202020. Windows color (decimal): -14475237 or 1777699. OLE color: 1777699.

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

Color convert

RGB353227-
CMYK00.090.230.86
HSL37.5º12.9%12.16%-
HSV(B)37.5º22.86%13.73%-
XYZ1.411.471.25-
YUV32.33124.99129.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=37.23%
G=34.04%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35322700.090.230.8637.512.912.16
Hex23201B09175626dc
Octal43403301127126461514
Binary100011100000110110100110111101011010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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