Html Css Color HEX #1D2720 Black Bean

📋 copy color: '#1D2720'

red 29 ◦ green 39 ◦ blue 32

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

Shades of Black Bean #1D2720

Tints of Black Bean #1D2720

RGB

 RED value IS 29 (11.72% from 255) = 29%

 GREEN value IS 39 (15.63% from 255) = 39%

 BLUE value IS 32 (12.89% from 255) = 32%

R = 29%
G = 39%
B = 32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#1D2720 (or 0x1D2720) is known color: Black Bean. HEX triplet: 1D, 27 and 20. RGB value is (29,39,32). Sum of RGB (Red+Green+Blue) = 29+39+32=100 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2720 is #E2D8DF. Grayscale: #232323. Windows color (decimal): -14866656 or 2107165. OLE color: 2107165.

HSL color Cylindrical-coordinate representation of color #1D2720: hue angle of 138º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1D2720 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 39 32 -
CMYK 0.26 0 0.18 0.85
HSL 138º 0.15% 0.13% -
HSV(B) 138º 0.26% 0.15% -
XYZ 1.49 1.82 1.64 -
YUV 35.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 29 39 32 0.26 0 0.18 0.85 138 0.15 0.13
Hex 1D 27 20 1A 0 12 55 8A F D
Octal 35 47 40 32 0 22 125 212 17 15
Binary 11101 100111 100000 11010 0 10010 1010101 10001010 1111 1101

Color Harmonies of #1D2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2720

Black with #1D2720

Text Example


Text Example

White with #1D2720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,39,32); }

 H1.HeaderClassName
 {
   color: #1D2720;
 }
 .AnyTagClassName
 {
   color: #1D2720;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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