#1D281D

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

Shades of Black Bean #1D281D

Tints of Black Bean #1D281D

Color information

#1D281D (or 0x1D281D) is unknown color: approx Black Bean. HEX triplet: 1D, 28 and 1D. RGB value is (29,40,29). Sum of RGB (Red+Green+Blue) = 29+40+29=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #1D281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D281D is #E2D7E2. Grayscale: #232323. Windows color (decimal): -14866403 or 1910813. OLE color: 1910813.

HSL color Cylindrical-coordinate representation of color #1D281D: hue angle of 120º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D281D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB294029-
CMYK0.2800.280.84
HSL120º15.94%13.53%-
HSV(B)120º27.5%15.69%-
XYZ1.491.871.44-
YUV35.46124.36123.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.59%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=29.59%
G=40.82%
B=29.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2940290.2800.280.8412015.9413.53
Hex1D281D1C01C547810e
Octal355035340341241702016
Binary11101101000111011110001110010101001111000100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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