#242323

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

Shades of Nero #242323

Tints of Nero #242323

Color information

#242323 (or 0x242323) is unknown color: approx Nero. HEX triplet: 24, 23 and 23. RGB value is (36,35,35). Sum of RGB (Red+Green+Blue) = 36+35+35=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 36 - color contains mainly: red. Hex color #242323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242323 is #DBDCDC. Grayscale: #232323. Windows color (decimal): -14408925 or 2302756. OLE color: 2302756.

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

Color convert

RGB363535-
CMYK00.030.030.86
HSL1.41%13.92%-
HSV(B)2.78%14.12%-
XYZ1.631.71.83-
YUV35.3127.83128.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.96%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=33.96%
G=33.02%
B=33.02%

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
Decimal36353500.030.030.8601.4113.92
Hex2423230335601e
Octal4443430331260116
Binary100100100011100011011111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242323; }

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

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

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

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

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

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

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

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