#2B2626

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

Shades of Nero #2B2626

Tints of Nero #2B2626

Color information

#2B2626 (or 0x2B2626) is unknown color: approx Nero. HEX triplet: 2B, 26 and 26. RGB value is (43,38,38). Sum of RGB (Red+Green+Blue) = 43+38+38=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2626 is #D4D9D9. Grayscale: #272727. Windows color (decimal): -13949402 or 2500139. OLE color: 2500139.

HSL color Cylindrical-coordinate representation of color #2B2626: hue angle of 0º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B2626 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.83.

Color convert

RGB433838-
CMYK00.120.120.83
HSL6.17%15.88%-
HSV(B)11.63%16.86%-
XYZ2.042.042.12-
YUV39.49127.16130.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.13%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=36.13%
G=31.93%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43383800.120.120.8306.1715.88
Hex2B26260CC530610
Octal534646014141230620
Binary1010111001101001100110011001010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B2626; }

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

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

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

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

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

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

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

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