#262121

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

Shades of Nero #262121

Tints of Nero #262121

Color information

#262121 (or 0x262121) is unknown color: approx Nero. HEX triplet: 26, 21 and 21. RGB value is (38,33,33). Sum of RGB (Red+Green+Blue) = 38+33+33=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 38 - color contains mainly: red. Hex color #262121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262121 is #D9DEDE. Grayscale: #222222. Windows color (decimal): -14278367 or 2171174. OLE color: 2171174.

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

Color convert

RGB383333-
CMYK00.130.130.85
HSL7.04%13.92%-
HSV(B)13.16%14.9%-
XYZ1.621.611.66-
YUV34.49127.16130.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=36.54%
G=31.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38333300.130.130.8507.0413.92
Hex2621210DD5507e
Octal464141015151250716
Binary100110100001100001011011101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262121; }

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

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

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

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

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

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

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

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