#1E2E22

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

Shades of Black Bean #1E2E22

Tints of Black Bean #1E2E22

Color information

#1E2E22 (or 0x1E2E22) is unknown color: approx Black Bean. HEX triplet: 1E, 2E and 22. RGB value is (30,46,34). Sum of RGB (Red+Green+Blue) = 30+46+34=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 46 - color contains mainly: green. Hex color #1E2E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2E22 is #E1D1DD. Grayscale: #272727. Windows color (decimal): -14799326 or 2240030. OLE color: 2240030.

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

Color convert

RGB304634-
CMYK0.3500.260.82
HSL135º21.05%14.9%-
HSV(B)135º34.78%18.04%-
XYZ1.82.351.87-
YUV39.85124.7120.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.27%
GREEN value IS 46 (18.36% from 255) = 41.82%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=27.27%
G=41.82%
B=30.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3046340.3500.260.8213521.0514.9
Hex1E2E222301A528715f
Octal365642430321222072517
Binary11110101110100010100011011010101001010000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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