#16271C

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

Shades of Black Bean #16271C

Tints of Black Bean #16271C

Color information

#16271C (or 0x16271C) is unknown color: approx Black Bean. HEX triplet: 16, 27 and 1C. RGB value is (22,39,28). Sum of RGB (Red+Green+Blue) = 22+39+28=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #16271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16271C is #E9D8E3. Grayscale: #202020. Windows color (decimal): -15325412 or 1845014. OLE color: 1845014.

HSL color Cylindrical-coordinate representation of color #16271C: hue angle of 141.18º 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 #16271C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB223928-
CMYK0.4400.280.85
HSL141.18º27.87%11.96%-
HSV(B)141.18º43.59%15.29%-
XYZ1.271.711.36-
YUV32.66125.37120.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.72%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=24.72%
G=43.82%
B=31.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2239280.4400.280.85141.1827.8711.96
Hex16271C2C01C558d1cc
Octal264734540341252153414
Binary1011010011111100101100011100101010110001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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