Html Css Color HEX #1C2B21 Black Bean

📋 copy color: '#1C2B21'

red 28 ◦ green 43 ◦ blue 33

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

Shades of Black Bean #1C2B21

Tints of Black Bean #1C2B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 41.35%

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

R = 26.92%
G = 41.35%
B = 31.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.83

RGB Variations

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

Color information

#1C2B21 (or 0x1C2B21) is known color: Black Bean. HEX triplet: 1C, 2B and 21. RGB value is (28,43,33). Sum of RGB (Red+Green+Blue) = 28+43+33=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 43 - color contains mainly: green. Hex color #1C2B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2B21 is #E3D4DE. Grayscale: #252525. Windows color (decimal): -14931167 or 2173724. OLE color: 2173724.

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

Color convert

RGB 28 43 33 -
CMYK 0.35 0 0.23 0.83
HSL 140º 0.21% 0.14% -
HSV(B) 140º 0.35% 0.17% -
XYZ 1.62 2.08 1.76 -
YUV 37.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 28 43 33 0.35 0 0.23 0.83 140 0.21 0.14
Hex 1C 2B 21 23 0 17 53 8C 15 E
Octal 34 53 41 43 0 27 123 214 25 16
Binary 11100 101011 100001 100011 0 10111 1010011 10001100 10101 1110

Color Harmonies of #1C2B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2B21

Black with #1C2B21

Text Example


Text Example

White with #1C2B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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