#1C2D22

Color #1C2D22 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #1C2D22

Tints of Black Bean #1C2D22

Color information

#1C2D22 (or 0x1C2D22) is unknown color: approx Black Bean. HEX triplet: 1C, 2D and 22. RGB value is (28,45,34). Sum of RGB (Red+Green+Blue) = 28+45+34=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 45 - color contains mainly: green. Hex color #1C2D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2D22 is #E3D2DD. Grayscale: #262626. Windows color (decimal): -14930654 or 2239772. OLE color: 2239772.

HSL color Cylindrical-coordinate representation of color #1C2D22: hue angle of 141.18º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1C2D22 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.

Color convert

RGB284534-
CMYK0.3800.240.82
HSL141.18º23.29%14.31%-
HSV(B)141.18º37.78%17.65%-
XYZ1.712.241.86-
YUV38.66125.37120.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.17%
GREEN value IS 45 (17.97% from 255) = 42.06%
BLUE value IS 34 (13.67% from 255) = 31.78%
R=26.17%
G=42.06%
B=31.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2845340.3800.240.82141.1823.2914.31
Hex1C2D2226018528d17e
Octal345542460301222152716
Binary11100101101100010100110011000101001010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,45,34); }

 H1.HeaderClassName
 {
   color: #1C2D22;
 }
 .AnyTagClassName
 {
   color: #1C2D22;
 }
</style>
background-color css

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

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

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

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

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

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