#1D1B1B

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

Shades of Nero #1D1B1B

Tints of Nero #1D1B1B

Color information

#1D1B1B (or 0x1D1B1B) is unknown color: approx Nero. HEX triplet: 1D, 1B and 1B. RGB value is (29,27,27). Sum of RGB (Red+Green+Blue) = 29+27+27=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1B1B is #E2E4E4. Grayscale: #1B1B1B. Windows color (decimal): -14869733 or 1776413. OLE color: 1776413.

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

Color convert

RGB292727-
CMYK00.070.070.89
HSL3.57%10.98%-
HSV(B)6.9%11.37%-
XYZ1.11.121.2-
YUV27.6127.66129-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.94%
GREEN value IS 27 (10.94% from 255) = 32.53%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=34.94%
G=32.53%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29272700.070.070.8903.5710.98
Hex1D1B1B0775904b
Octal3533330771310413
Binary1110111011110110111111101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1B1B; }

 p { color: rgb(29,27,27); }

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

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

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

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

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

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

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