#232121

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

Shades of Nero #232121

Tints of Nero #232121

Color information

#232121 (or 0x232121) is unknown color: approx Nero. HEX triplet: 23, 21 and 21. RGB value is (35,33,33). Sum of RGB (Red+Green+Blue) = 35+33+33=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 35 - color contains mainly: red. Hex color #232121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232121 is #DCDEDE. Grayscale: #212121. Windows color (decimal): -14474975 or 2171171. OLE color: 2171171.

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

Color convert

RGB353333-
CMYK00.060.060.86
HSL2.94%13.33%-
HSV(B)5.71%13.73%-
XYZ1.511.551.66-
YUV33.6127.66129-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 33 (13.28% from 255) = 32.67%
R=34.65%
G=32.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35333300.060.060.8602.9413.33
Hex2321210665603d
Octal4341410661260315
Binary100011100001100001011011010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232121; }

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

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

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

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

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

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

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

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