#16281B

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

Shades of Black Bean #16281B

Tints of Black Bean #16281B

Color information

#16281B (or 0x16281B) is unknown color: approx Black Bean. HEX triplet: 16, 28 and 1B. RGB value is (22,40,27). Sum of RGB (Red+Green+Blue) = 22+40+27=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #16281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16281B is #E9D7E4. Grayscale: #212121. Windows color (decimal): -15325157 or 1779734. OLE color: 1779734.

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

Color convert

RGB224027-
CMYK0.4500.330.84
HSL136.67º29.03%12.16%-
HSV(B)136.67º45%15.69%-
XYZ1.291.771.31-
YUV33.14124.54120.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.72%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=24.72%
G=44.94%
B=30.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2240270.4500.330.84136.6729.0312.16
Hex16281B2D02154891dc
Octal265033550411242113514
Binary10110101000110111011010100001101010010001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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