#232323

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

Shades of Nero #232323

Tints of Nero #232323

Color information

#232323 (or 0x232323) is unknown color: approx Nero. HEX triplet: 23, 23 and 23. RGB value is (35,35,35). Sum of RGB (Red+Green+Blue) = 35+35+35=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 35 - color contains mainly: red, green, blue. Hex color #232323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232323 is #DCDCDC. Grayscale: #232323. Windows color (decimal): -14474461 or 2302755. OLE color: 2302755.

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

Color convert

RGB353535-
CMYK0000.86
HSL0%13.73%-
HSV(B)0%13.73%-
XYZ1.61.681.83-
YUV35128128-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3535350000.860013.73
Hex2323230005600e
Octal4343430001260016
Binary1000111000111000110001010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232323; }

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

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

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

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

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

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

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

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