#232020

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

Shades of Nero #232020

Tints of Nero #232020

Color information

#232020 (or 0x232020) is unknown color: approx Nero. HEX triplet: 23, 20 and 20. RGB value is (35,32,32). Sum of RGB (Red+Green+Blue) = 35+32+32=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 35 - color contains mainly: red. Hex color #232020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232020 is #DCDFDF. Grayscale: #202020. Windows color (decimal): -14475232 or 2105379. OLE color: 2105379.

HSL color Cylindrical-coordinate representation of color #232020: hue angle of 0º 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 #232020 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB353232-
CMYK00.090.090.86
HSL4.48%13.14%-
HSV(B)8.57%13.73%-
XYZ1.471.491.58-
YUV32.9127.49129.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.35%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=35.35%
G=32.32%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35323200.090.090.8604.4813.14
Hex2320200995604d
Octal434040011111260415
Binary100011100000100000010011001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232020; }

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

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

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

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

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

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

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

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