Html Css Color HEX #1D221E Black Bean

📋 copy color: '#1D221E'

red 29 ◦ green 34 ◦ blue 30

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

Shades of Black Bean #1D221E

Tints of Black Bean #1D221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 36.56%

 BLUE value IS 30 (12.11% from 255) = 32.26%

R = 31.18%
G = 36.56%
B = 32.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#1D221E (or 0x1D221E) is known color: Black Bean. HEX triplet: 1D, 22 and 1E. RGB value is (29,34,30). Sum of RGB (Red+Green+Blue) = 29+34+30=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 34 - color contains mainly: green. Hex color #1D221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D221E is #E2DDE1. Grayscale: #202020. Windows color (decimal): -14867938 or 1974813. OLE color: 1974813.

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

Color convert

RGB 29 34 30 -
CMYK 0.15 0 0.12 0.87
HSL 132º 0.08% 0.12% -
HSV(B) 132º 0.15% 0.13% -
XYZ 1.31 1.5 1.45 -
YUV 32.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 29 34 30 0.15 0 0.12 0.87 132 0.08 0.12
Hex 1D 22 1E F 0 C 57 84 8 C
Octal 35 42 36 17 0 14 127 204 10 14
Binary 11101 100010 11110 1111 0 1100 1010111 10000100 1000 1100

Color Harmonies of #1D221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D221E

Black with #1D221E

Text Example


Text Example

White with #1D221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,34,30); }

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

background-color css

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

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

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

border-color css

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

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

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