#1D321F

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

Shades of Black Bean #1D321F

Tints of Black Bean #1D321F

Color information

#1D321F (or 0x1D321F) is unknown color: approx Black Bean. HEX triplet: 1D, 32 and 1F. RGB value is (29,50,31). Sum of RGB (Red+Green+Blue) = 29+50+31=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #1D321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D321F is #E2CDE0. Grayscale: #292929. Windows color (decimal): -14863841 or 2044445. OLE color: 2044445.

HSL color Cylindrical-coordinate representation of color #1D321F: hue angle of 125.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D321F is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB295031-
CMYK0.4200.380.80
HSL125.71º26.58%15.49%-
HSV(B)125.71º42%19.61%-
XYZ1.892.641.71-
YUV41.56122.04119.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=26.36%
G=45.45%
B=28.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950310.4200.380.80125.7126.5815.49
Hex1D321F2A026507e1bf
Octal356237520461201763317
Binary1110111001011111101010010011010100001111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,50,31); }

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

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

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

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

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

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

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