#16271B

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

Shades of Black Bean #16271B

Tints of Black Bean #16271B

Color information

#16271B (or 0x16271B) is unknown color: approx Black Bean. HEX triplet: 16, 27 and 1B. RGB value is (22,39,27). Sum of RGB (Red+Green+Blue) = 22+39+27=88 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #16271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16271B is #E9D8E4. Grayscale: #202020. Windows color (decimal): -15325413 or 1779478. OLE color: 1779478.

HSL color Cylindrical-coordinate representation of color #16271B: hue angle of 137.65º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #16271B is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB223927-
CMYK0.4400.310.85
HSL137.65º27.87%11.96%-
HSV(B)137.65º43.59%15.29%-
XYZ1.251.71.3-
YUV32.55124.87120.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=25%
G=44.32%
B=30.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2239270.4400.310.85137.6527.8711.96
Hex16271B2C01F558a1cc
Octal264733540371252123414
Binary1011010011111011101100011111101010110001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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