#16341A

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

Shades of Black Bean #16341A

Tints of Black Bean #16341A

Color information

#16341A (or 0x16341A) is unknown color: approx Black Bean. HEX triplet: 16, 34 and 1A. RGB value is (22,52,26). Sum of RGB (Red+Green+Blue) = 22+52+26=100 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #16341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16341A is #E9CBE5. Grayscale: #282828. Windows color (decimal): -15322086 or 1717270. OLE color: 1717270.

HSL color Cylindrical-coordinate representation of color #16341A: hue angle of 128º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #16341A is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB225226-
CMYK0.5800.500.80
HSL128º40.54%14.51%-
HSV(B)128º57.69%20.39%-
XYZ1.752.71.41-
YUV40.07120.06115.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22%
GREEN value IS 52 (20.70% from 255) = 52%
BLUE value IS 26 (10.55% from 255) = 26%
R=22%
G=52%
B=26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2252260.5800.500.8012840.5414.51
Hex16341A3A032508029f
Octal266432720621202005117
Binary101101101001101011101001100101010000100000001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16341A; }

 p { color: rgb(22,52,26); }

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

<style>
 a { background-color: #16341A; }

 a { background-color: rgb(22,52,26); }

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

<style>
 span { border-color: #16341A; }

 span { border-color: rgb(22,52,26); }

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