#16291B

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

Shades of Black Bean #16291B

Tints of Black Bean #16291B

Color information

#16291B (or 0x16291B) is unknown color: approx Black Bean. HEX triplet: 16, 29 and 1B. RGB value is (22,41,27). Sum of RGB (Red+Green+Blue) = 22+41+27=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 41 - color contains mainly: green. Hex color #16291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16291B is #E9D6E4. Grayscale: #212121. Windows color (decimal): -15324901 or 1779990. OLE color: 1779990.

HSL color Cylindrical-coordinate representation of color #16291B: hue angle of 135.79º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #16291B is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB224127-
CMYK0.4600.340.84
HSL135.79º30.16%12.35%-
HSV(B)135.79º46.34%16.08%-
XYZ1.321.841.32-
YUV33.72124.21119.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.44%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 27 (10.94% from 255) = 30%
R=24.44%
G=45.56%
B=30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2241270.4600.340.84135.7930.1612.35
Hex16291B2E02254881ec
Octal265133560421242103614
Binary10110101001110111011100100010101010010001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16291B; }

 p { color: rgb(22,41,27); }

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

<style>
 a { background-color: #16291B; }

 a { background-color: rgb(22,41,27); }

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

<style>
 span { border-color: #16291B; }

 span { border-color: rgb(22,41,27); }

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