#1D241D

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

Shades of Black Bean #1D241D

Tints of Black Bean #1D241D

Color information

#1D241D (or 0x1D241D) is unknown color: approx Black Bean. HEX triplet: 1D, 24 and 1D. RGB value is (29,36,29). Sum of RGB (Red+Green+Blue) = 29+36+29=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 36 - color contains mainly: green. Hex color #1D241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D241D is #E2DBE2. Grayscale: #212121. Windows color (decimal): -14867427 or 1909789. OLE color: 1909789.

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

Color convert

RGB293629-
CMYK0.1900.190.86
HSL120º10.77%12.75%-
HSV(B)120º19.44%14.12%-
XYZ1.361.611.4-
YUV33.11125.68125.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=30.85%
G=38.30%
B=30.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2936290.1900.190.8612010.7712.75
Hex1D241D130135678bd
Octal354435230231261701315
Binary1110110010011101100110100111010110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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