Html Css Color HEX #1D2C21 Black Bean

📋 copy color: '#1D2C21'

red 29 ◦ green 44 ◦ blue 33

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

Shades of Black Bean #1D2C21

Tints of Black Bean #1D2C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 41.51%

 BLUE value IS 33 (13.28% from 255) = 31.13%

R = 27.36%
G = 41.51%
B = 31.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.83

RGB Variations

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

Color information

#1D2C21 (or 0x1D2C21) is known color: Black Bean. HEX triplet: 1D, 2C and 21. RGB value is (29,44,33). Sum of RGB (Red+Green+Blue) = 29+44+33=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 44 - color contains mainly: green. Hex color #1D2C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C21 is #E2D3DE. Grayscale: #262626. Windows color (decimal): -14865375 or 2173981. OLE color: 2173981.

HSL color Cylindrical-coordinate representation of color #1D2C21: hue angle of 136º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D2C21 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB 29 44 33 -
CMYK 0.34 0 0.25 0.83
HSL 136º 0.21% 0.14% -
HSV(B) 136º 0.34% 0.17% -
XYZ 1.68 2.17 1.77 -
YUV 38.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 29 44 33 0.34 0 0.25 0.83 136 0.21 0.14
Hex 1D 2C 21 22 0 19 53 88 15 E
Octal 35 54 41 42 0 31 123 210 25 16
Binary 11101 101100 100001 100010 0 11001 1010011 10001000 10101 1110

Color Harmonies of #1D2C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2C21

Black with #1D2C21

Text Example


Text Example

White with #1D2C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,44,33); }

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

background-color css

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

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

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

border-color css

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

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

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