#1C2E22

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

Shades of Black Bean #1C2E22

Tints of Black Bean #1C2E22

Color information

#1C2E22 (or 0x1C2E22) is unknown color: approx Black Bean. HEX triplet: 1C, 2E and 22. RGB value is (28,46,34). Sum of RGB (Red+Green+Blue) = 28+46+34=108 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.93% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 46 - color contains mainly: green. Hex color #1C2E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2E22 is #E3D1DD. Grayscale: #272727. Windows color (decimal): -14930398 or 2240028. OLE color: 2240028.

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

Color convert

RGB284634-
CMYK0.3900.260.82
HSL140º24.32%14.51%-
HSV(B)140º39.13%18.04%-
XYZ1.742.321.87-
YUV39.25125.04119.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.93%
GREEN value IS 46 (18.36% from 255) = 42.59%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=25.93%
G=42.59%
B=31.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2846340.3900.260.8214024.3214.51
Hex1C2E222701A528c18f
Octal345642470321222143017
Binary11100101110100010100111011010101001010001100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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