Html Css Color HEX #1D321F Black Bean

📋 copy color: '#1D321F'

red 29 ◦ green 50 ◦ blue 31

#1D321F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #1D321F

Tints of Black Bean #1D321F

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 value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#1D321F (or 0x1D321F) is known color: 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

RGB 29 50 31 -
CMYK 0.42 0 0.38 0.80
HSL 125.71º 0.27% 0.15% -
HSV(B) 125.71º 0.42% 0.2% -
XYZ 1.89 2.64 1.71 -
YUV 41.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 29 50 31 0.42 0 0.38 0.80 125.71 0.27 0.15
Hex 1D 32 1F 2A 0 26 50 7E 1B F
Octal 35 62 37 52 0 46 120 176 33 17
Binary 11101 110010 11111 101010 0 100110 1010000 1111110 11011 1111

Color Harmonies of #1D321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D321F

Black with #1D321F

Text Example


Text Example

White with #1D321F

Text Example


Text Example

HTML Codes & Css Web 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>