#16261C

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

Shades of Black Bean #16261C

Tints of Black Bean #16261C

Color information

#16261C (or 0x16261C) is unknown color: approx Black Bean. HEX triplet: 16, 26 and 1C. RGB value is (22,38,28). Sum of RGB (Red+Green+Blue) = 22+38+28=88 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #16261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16261C is #E9D9E3. Grayscale: #202020. Windows color (decimal): -15325668 or 1844758. OLE color: 1844758.

HSL color Cylindrical-coordinate representation of color #16261C: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #16261C is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB223828-
CMYK0.4200.260.85
HSL142.5º26.67%11.76%-
HSV(B)142.5º42.11%14.9%-
XYZ1.231.641.35-
YUV32.08125.7120.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 28 (11.33% from 255) = 31.82%
R=25%
G=43.18%
B=31.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2238280.4200.260.85142.526.6711.76
Hex16261C2A01A558e1bc
Octal264634520321252163314
Binary1011010011011100101010011010101010110001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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