#232222

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

Shades of Nero #232222

Tints of Nero #232222

Color information

#232222 (or 0x232222) is unknown color: approx Nero. HEX triplet: 23, 22 and 22. RGB value is (35,34,34). Sum of RGB (Red+Green+Blue) = 35+34+34=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 35 - color contains mainly: red. Hex color #232222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232222 is #DCDDDD. Grayscale: #222222. Windows color (decimal): -14474718 or 2236963. OLE color: 2236963.

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

Color convert

RGB353434-
CMYK00.030.030.86
HSL1.45%13.53%-
HSV(B)2.86%13.73%-
XYZ1.551.621.74-
YUV34.3127.83128.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=33.98%
G=33.01%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35343400.030.030.8601.4513.53
Hex2322220335601e
Octal4342420331260116
Binary100011100010100010011111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232222; }

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

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

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

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

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

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

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

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