#1F2E22

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

Shades of Black Bean #1F2E22

Tints of Black Bean #1F2E22

Color information

#1F2E22 (or 0x1F2E22) is unknown color: approx Black Bean. HEX triplet: 1F, 2E and 22. RGB value is (31,46,34). Sum of RGB (Red+Green+Blue) = 31+46+34=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 46 - color contains mainly: green. Hex color #1F2E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E22 is #E0D1DD. Grayscale: #282828. Windows color (decimal): -14733790 or 2240031. OLE color: 2240031.

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

Color convert

RGB314634-
CMYK0.3300.260.82
HSL132º19.48%15.1%-
HSV(B)132º32.61%18.04%-
XYZ1.832.361.87-
YUV40.15124.53121.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.93%
GREEN value IS 46 (18.36% from 255) = 41.44%
BLUE value IS 34 (13.67% from 255) = 30.63%
R=27.93%
G=41.44%
B=30.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3146340.3300.260.8213219.4815.1
Hex1F2E222101A528413f
Octal375642410321222042317
Binary11111101110100010100001011010101001010000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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