Html Css Color HEX #1D211D Black Bean

📋 copy color: '#1D211D'

red 29 ◦ green 33 ◦ blue 29

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

Shades of Black Bean #1D211D

Tints of Black Bean #1D211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 36.26%

 BLUE value IS 29 (11.72% from 255) = 31.87%

R = 31.87%
G = 36.26%
B = 31.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#1D211D (or 0x1D211D) is known color: Black Bean. HEX triplet: 1D, 21 and 1D. RGB value is (29,33,29). Sum of RGB (Red+Green+Blue) = 29+33+29=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 33 - color contains mainly: green. Hex color #1D211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D211D is #E2DEE2. Grayscale: #1F1F1F. Windows color (decimal): -14868195 or 1909021. OLE color: 1909021.

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

Color convert

RGB 29 33 29 -
CMYK 0.12 0 0.12 0.87
HSL 120º 0.06% 0.12% -
HSV(B) 120º 0.12% 0.13% -
XYZ 1.27 1.44 1.37 -
YUV 31.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 29 33 29 0.12 0 0.12 0.87 120 0.06 0.12
Hex 1D 21 1D C 0 C 57 78 6 C
Octal 35 41 35 14 0 14 127 170 6 14
Binary 11101 100001 11101 1100 0 1100 1010111 1111000 110 1100

Color Harmonies of #1D211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D211D

Black with #1D211D

Text Example


Text Example

White with #1D211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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