Html Css Color HEX #1D201D Black Bean

📋 copy color: '#1D201D'

red 29 ◦ green 32 ◦ blue 29

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

Shades of Black Bean #1D201D

Tints of Black Bean #1D201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 35.56%

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

R = 32.22%
G = 35.56%
B = 32.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#1D201D (or 0x1D201D) is known color: Black Bean. HEX triplet: 1D, 20 and 1D. RGB value is (29,32,29). Sum of RGB (Red+Green+Blue) = 29+32+29=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 32 - color contains mainly: green. Hex color #1D201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D201D is #E2DFE2. Grayscale: #1E1E1E. Windows color (decimal): -14868451 or 1908765. OLE color: 1908765.

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

Color convert

RGB 29 32 29 -
CMYK 0.09 0 0.09 0.87
HSL 120º 0.05% 0.12% -
HSV(B) 120º 0.09% 0.13% -
XYZ 1.24 1.38 1.36 -
YUV 30.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 29 32 29 0.09 0 0.09 0.87 120 0.05 0.12
Hex 1D 20 1D 9 0 9 57 78 5 C
Octal 35 40 35 11 0 11 127 170 5 14
Binary 11101 100000 11101 1001 0 1001 1010111 1111000 101 1100

Color Harmonies of #1D201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D201D

Black with #1D201D

Text Example


Text Example

White with #1D201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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