#262424

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

Shades of Nero #262424

Tints of Nero #262424

Color information

#262424 (or 0x262424) is unknown color: approx Nero. HEX triplet: 26, 24 and 24. RGB value is (38,36,36). Sum of RGB (Red+Green+Blue) = 38+36+36=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 38 - color contains mainly: red. Hex color #262424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262424 is #D9DBDB. Grayscale: #242424. Windows color (decimal): -14277596 or 2368550. OLE color: 2368550.

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

Color convert

RGB383636-
CMYK00.050.050.85
HSL2.7%14.51%-
HSV(B)5.26%14.9%-
XYZ1.751.81.92-
YUV36.6127.66129-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=34.55%
G=32.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38363600.050.050.8502.714.51
Hex2624240555503f
Octal4644440551250317
Binary100110100100100100010110110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262424; }

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

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

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

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

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

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

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

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