#2B1E1D

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

Shades of Nero #2B1E1D

Tints of Nero #2B1E1D

Color information

#2B1E1D (or 0x2B1E1D) is unknown color: approx Nero. HEX triplet: 2B, 1E and 1D. RGB value is (43,30,29). Sum of RGB (Red+Green+Blue) = 43+30+29=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1E1D is #D4E1E2. Grayscale: #212121. Windows color (decimal): -13951459 or 1908267. OLE color: 1908267.

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

Color convert

RGB433029-
CMYK00.300.330.83
HSL4.29º19.44%14.12%-
HSV(B)4.29º32.56%16.86%-
XYZ1.681.531.37-
YUV33.77125.31134.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.16%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=42.16%
G=29.41%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43302900.300.330.834.2919.4414.12
Hex2B1E1D01E2153413e
Octal5336350364112342316
Binary10101111110111010111101000011010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,30,29); }

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

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

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

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

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

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

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