#2B2828

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

Shades of Nero #2B2828

Tints of Nero #2B2828

Color information

#2B2828 (or 0x2B2828) is unknown color: approx Nero. HEX triplet: 2B, 28 and 28. RGB value is (43,40,40). Sum of RGB (Red+Green+Blue) = 43+40+40=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2828 is #D4D7D7. Grayscale: #282828. Windows color (decimal): -13948888 or 2631723. OLE color: 2631723.

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

Color convert

RGB434040-
CMYK00.070.070.83
HSL3.61%16.27%-
HSV(B)6.98%16.86%-
XYZ2.142.182.32-
YUV40.9127.49129.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=34.96%
G=32.52%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43404000.070.070.8303.6116.27
Hex2B2828077530410
Octal5350500771230420
Binary10101110100010100001111111010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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