Html Css Color HEX #1C211C Black Bean

📋 copy color: '#1C211C'

red 28 ◦ green 33 ◦ blue 28

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

Shades of Black Bean #1C211C

Tints of Black Bean #1C211C

RGB

 RED value IS 28 (11.33% from 255) = 31.46%

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

 BLUE value IS 28 (11.33% from 255) = 31.46%

R = 31.46%
G = 37.08%
B = 31.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#1C211C (or 0x1C211C) is known color: Black Bean. HEX triplet: 1C, 21 and 1C. RGB value is (28,33,28). Sum of RGB (Red+Green+Blue) = 28+33+28=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 33 - color contains mainly: green. Hex color #1C211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C211C is #E3DEE3. Grayscale: #1E1E1E. Windows color (decimal): -14933732 or 1843484. OLE color: 1843484.

HSL color Cylindrical-coordinate representation of color #1C211C: hue angle of 120º 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 #1C211C is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 28 33 28 -
CMYK 0.15 0 0.15 0.87
HSL 120º 0.08% 0.12% -
HSV(B) 120º 0.15% 0.13% -
XYZ 1.23 1.42 1.31 -
YUV 30.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 28 33 28 0.15 0 0.15 0.87 120 0.08 0.12
Hex 1C 21 1C F 0 F 57 78 8 C
Octal 34 41 34 17 0 17 127 170 10 14
Binary 11100 100001 11100 1111 0 1111 1010111 1111000 1000 1100

Color Harmonies of #1C211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C211C

Black with #1C211C

Text Example


Text Example

White with #1C211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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