#262323

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

Shades of Nero #262323

Tints of Nero #262323

Color information

#262323 (or 0x262323) is unknown color: approx Nero. HEX triplet: 26, 23 and 23. RGB value is (38,35,35). Sum of RGB (Red+Green+Blue) = 38+35+35=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 38 - color contains mainly: red. Hex color #262323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262323 is #D9DCDC. Grayscale: #232323. Windows color (decimal): -14277853 or 2302758. OLE color: 2302758.

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

Color convert

RGB383535-
CMYK00.080.080.85
HSL4.11%14.31%-
HSV(B)7.89%14.9%-
XYZ1.71.741.84-
YUV35.9127.49129.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=35.19%
G=32.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38353500.080.080.8504.1114.31
Hex2623230885504e
Octal464343010101250416
Binary100110100011100011010001000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262323; }

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

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

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

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

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

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

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

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