#2B2222

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

Shades of Nero #2B2222

Tints of Nero #2B2222

Color information

#2B2222 (or 0x2B2222) is unknown color: approx Nero. HEX triplet: 2B, 22 and 22. RGB value is (43,34,34). Sum of RGB (Red+Green+Blue) = 43+34+34=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2222 is #D4DDDD. Grayscale: #242424. Windows color (decimal): -13950430 or 2236971. OLE color: 2236971.

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

Color convert

RGB433434-
CMYK00.210.210.83
HSL11.69%15.1%-
HSV(B)20.93%16.86%-
XYZ1.861.771.76-
YUV36.69126.48132.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.74%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 34 (13.67% from 255) = 30.63%
R=38.74%
G=30.63%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43343400.210.210.83011.6915.1
Hex2B222201515530cf
Octal5342420252512301417
Binary101011100010100010010101101011010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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