#232220

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

Shades of Black Magic #232220

Tints of Black Magic #232220

Color information

#232220 (or 0x232220) is unknown color: approx Black Magic. HEX triplet: 23, 22 and 20. RGB value is (35,34,32). Sum of RGB (Red+Green+Blue) = 35+34+32=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 35 - color contains mainly: red. Hex color #232220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232220 is #DCDDDF. Grayscale: #222222. Windows color (decimal): -14474720 or 2105891. OLE color: 2105891.

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

Color convert

RGB353432-
CMYK00.030.090.86
HSL40º4.48%13.14%-
HSV(B)40º8.57%13.73%-
XYZ1.531.611.6-
YUV34.07126.83128.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=34.65%
G=33.66%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35343200.030.090.86404.4813.14
Hex23222003956284d
Octal434240031112650415
Binary100011100010100000011100110101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232220; }

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

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

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

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

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

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

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

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